exception_specific_message multimethod

Methods

exception_specific_message(e:Exception) Source: stdlib.ngs:7919
Catch-all for exception_specific_message().

Returns

default message
exception_specific_message(e:Exception) Source: stdlib.ngs:7924
Format exception message for any exception that has .message
exception_specific_message(cf:CompileFail) Source: stdlib.ngs:7931
Format CompileFail exception message
exception_specific_message(gnf:GlobalNotFound) Source: stdlib.ngs:7952
Format GlobalNotFound exception message.

Returns

Lines
exception_specific_message(ulv:UndefinedLocalVar) Source: stdlib.ngs:7958
Format UndefinedLocalVar exception message.

Returns

Lines
exception_specific_message(mnf:MethodNotFound)WIP Source: stdlib.ngs:7966
Format MethodNotFound exception message.

Returns

Lines
exception_specific_message(jdf:JsonDecodeFail) Source: stdlib.ngs:7991
Format JsonDecodeFail exception message.

Returns

Lines
exception_specific_message(knf:KeyNotFound) Source: stdlib.ngs:8002
Format KeyNotFound exception message for ENV global variable.

Returns

Str
exception_specific_message(re:ResultsException) Source: stdlib.ngs:8007
Undocumented
exception_specific_message(re:FailuresException) Source: stdlib.ngs:8016
Undocumented