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