PrintErr
print information about the place where the error occurred
Example #1
Print information for all uncaughtException
; throw 'error!!!';
Example #2
Print information for custom exception
const printErr = ; try throw 'error!!!'; catch e ;
Example with custom print function
consoledebug; throw 'error!!!';