TemplateRuntimeError class
A generic runtime error in the template engine.
Under some situations Jinja may raise this exception.
- Inheritance
-
- Object
- TemplateError
- TemplateRuntimeError
Constructors
- TemplateRuntimeError([String? message])
- Creates a new TemplateRuntimeError.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited