BlockNotFoundError
Base classes¶
Name | Children | Inherits |
---|---|---|
Exception builtins Common base class for all non-exit exceptions. |
⋔ Inheritance diagram¶
graph TD
94142653858480["environment.BlockNotFoundError"]
140199010229472["builtins.Exception"]
140199010230336["builtins.BaseException"]
140199010283712["builtins.object"]
140199010229472 --> 94142653858480
140199010230336 --> 140199010229472
140199010283712 --> 140199010230336
🛈 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 |
|