warning

${self.exception.source}

^if(def $self.exception.type){

↳^;${self.exception.type}

}
${self.exception.comment}
^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
^self.stack.menu{ }
# Called code Path File Line Column
${self.stack.ln} ${self.stack.name} ${self.stack.file_path} ${self.stack.file_name} ${self.stack.lineno} ${self.stack.colno}
}