BlockNotFoundError
Base classes¶
Name | Children | Inherits |
---|---|---|
Exception builtins Common base class for all non-exit exceptions. |
⋔ Inheritance diagram¶
graph TD
94587535269056["environment.BlockNotFoundError"]
139903737421056["builtins.Exception"]
139903737421920["builtins.BaseException"]
139903737475296["builtins.object"]
139903737421056 --> 94587535269056
139903737421920 --> 139903737421056
139903737475296 --> 139903737421920
🛈 DocStrings¶
Bases: Exception
Exception for not-found template blocks.
Source code in src/jinjarope/environment.py
820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 |
|
__init__
¶
Initialize the exception.
Source code in src/jinjarope/environment.py
823 824 825 826 827 828 829 830 831 832 833 834 835 |
|