Error Example

Allow for real-time development

  • Errors are shown
  • Includes of classes that don't exist generate a nice fatal.
  • Basic errors in files are highlighted.

Detailed error messages

  • Show a neatly formatted error, title and backtrace.
  • Use specific types, colors or titles for extra information.
CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 Debug array (7) ( 0 => "This is an example", 1 => array (4) ( 0 => true, 1 => 1, 2 => "String", 'last' => NULL, ), 2 => stdClass { 'boolean' => true 'integer' => 1 'string' => "String" 'null' => NULL }, 3 => "<a href=''></a>", 4 => "alert("Test!");", 'Unescaped GET' => array (0) ( ), 'Sanitized GET' => array (0) ( ), ) CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 Export Variable "Info message example." CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 Error "Error message example." CORE/core/controller.php : 89 CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 Custom Title "Message with custom color/title" CORE/core/controller.php : 70 CORE/core.php : 170 BASE/index.php : 9 Uncaught exception: Error Exception: Error file: APP/controller/errors.php line: 34 message: Class "Example_Of_Non_Existent_Class_Causing_Fatal_Error" not found