ErrorException [ Fatal Error ]: Uncaught TypeError: Kohana_Kohana_Exception::handler(): Argument #1 ($e) must be of type Exception, Error given in /home/s0ngm3an/whatsthatsongmean.com/system/classes/kohana/kohana/exception.php:88 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler(Object(Error)) #1 {main} thrown

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

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

Environment