null Core_Core::exception_handler( )
169216931694169516961697169816991700public static function exception_handler(Exception $e){ $code = $e->getCode(); if ( $code !== 8 ) { Core::show_500($e); exit(); }}
public
static
function
exception_handler(Exception
$e
)
{
$code
=
->getCode();
if
(
!== 8 )
Core::show_500(
);
exit
();
}