warning
${self.exception.source}
^if(def $self.exception.type){
↳^;${self.exception.type}
}
^if(def $self.exception.file){
at ${self.exception.file_path}/${self.exception.file_name} line ${self.exception.lineno}:${self.exception.colno}
}
^if($self.stack){
filter_listStack Trace
| # |
Called code |
Path |
File |
Line |
Column |
^self.stack.menu{
| ${self.stack.ln} |
${self.stack.name} |
${self.stack.file_path} |
${self.stack.file_name} |
${self.stack.lineno} |
${self.stack.colno} |
}
}