Raised if a template tries to do something insecure if the sandbox is enabled.
| 135 | |
| 136 | |
| 137 | class SecurityError(TemplateRuntimeError): |
| 138 | """Raised if a template tries to do something insecure if the |
| 139 | sandbox is enabled. |
| 140 | """ |
| 141 | |
| 142 | |
| 143 | class FilterArgumentError(TemplateRuntimeError): |