Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
jinja2.exceptions.TemplateNotFound Class Reference
Inheritance diagram for jinja2.exceptions.TemplateNotFound:
Inheritance graph
[legend]
Collaboration diagram for jinja2.exceptions.TemplateNotFound:
Collaboration graph
[legend]

Public Member Functions

None __init__ (self, t.Optional[t.Union[str, "Undefined"]] name, t.Optional[str] message=None)
 
str __str__ (self)
 
- Public Member Functions inherited from jinja2.exceptions.TemplateError
t.Optional[str] message (self)
 

Public Attributes

 message
 
 name
 
 templates
 

Static Public Attributes

message = None
 

Detailed Description

Raised if a template does not exist.

.. versionchanged:: 2.11
    If the given name is :class:`Undefined` and no message was
    provided, an :exc:`UndefinedError` is raised.

Constructor & Destructor Documentation

◆ __init__()

None jinja2.exceptions.TemplateNotFound.__init__ (   self,
t.Optional[t.Union[str, "Undefined"]]  name,
t.Optional[str]   message = None 
)

Reimplemented from jinja2.exceptions.TemplateError.


The documentation for this class was generated from the following file: