Preload error handler class
This commit is contained in:
@@ -47,6 +47,11 @@ System\Benchmark::$marks['laravel'] = LARAVEL_START;
|
|||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
error_reporting((System\Config::get('error.detail')) ? E_ALL | E_STRICT : 0);
|
error_reporting((System\Config::get('error.detail')) ? E_ALL | E_STRICT : 0);
|
||||||
|
|
||||||
|
// --------------------------------------------------------------
|
||||||
|
// Ensure Error class loads before any errors fire.
|
||||||
|
// --------------------------------------------------------------
|
||||||
|
class_exists('System\Error');
|
||||||
|
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
// Register the error handlers.
|
// Register the error handlers.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user