ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Kohana_Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /home/storage/d/47/bd/inoxmaia2/public_html/site_antigo/imlaser/system/classes/kohana/kohana/exception.php:83 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler(Object(Error)) #1 {main} thrown

SYSPATH/classes/kohana/kohana/exception.php [ 83 ]

78 	 *
79 	 * @uses    Kohana_Exception::text
80 	 * @param   object   exception object
81 	 * @return  boolean
82 	 */
83 	public static function handler(Exception $e)
84 	{
85 		try
86 		{
87 			// Get the exception information
88 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler ( )

Environment