BlockNotFoundError
Base classes¶
Name | Children | Inherits |
---|---|---|
Exception builtins Common base class for all non-exit exceptions. |
⋔ Inheritance diagram¶
graph TD
94173637899888["environment.BlockNotFoundError"]
139866057989376["builtins.Exception"]
139866057990240["builtins.BaseException"]
139866058043616["builtins.object"]
139866057989376 --> 94173637899888
139866057990240 --> 139866057989376
139866058043616 --> 139866057990240
🛈 DocStrings¶
Bases: Exception
Exception for not-found template blocks.
Source code in src/jinjarope/environment.py
633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 |
|
__init__
¶
Initialize the exception.
Source code in src/jinjarope/environment.py
636 637 638 639 640 641 642 643 644 645 646 647 648 |
|