PHP » GoLang |
login |
register |
about
|
GoLang set_exception_handler
request it (397)
GoLang replacement for PHP's set_exception_handler
[edit | history]
set_exception_handler(PHP 5, PHP 7) set_exception_handler — Sets a user-defined exception handler function Description
Sets the default exception handler if an exception is not caught within a
try/catch block. Execution will stop after the
Parameters
Return Values
Returns the name of the previously defined exception handler, or Changelog
Examples
Example #1 set_exception_handler() example
<?php See Also
|
more
Recently updated
more
Most requested
more
Last requests
|