ALIAS
getexhandler()
ShortPHP reference for get_exception_handler().
Signature
get_exception_handler(): ?callable
Example
getexhandler(...);PHP equivalent
get_exception_handler() is the canonical PHP function. ShortPHP provides getexhandler() as the convenience alias.
Extension: Core