|
|
1.1 ! moko 1: @main[] ! 2: $response:status[500] ! 3: ^method[] ! 4: ! 5: @method[] ! 6: ^deeper[] ! 7: ! 8: @deeper[] ! 9: ^bug[] ! 10: ! 11: @unhandled_exception[exception;stack] ! 12: ! 13: $exception.file[-cleared-] ! 14: $exception.handled(1) ! 15: ^stack.menu{ $stack.file[-cleared-] } ! 16: ! 17: Everything is fine! details: ! 18: ^json:string[$exception] ! 19: ^json:string[$stack]