ErrorException Object ( [message:protected] => Uncaught TypeError: Kohana_Exception::handler(): Argument #1 ($e) must be of type Exception, Error given in /homepages/35/d123446240/htdocs/bestbetreut/application/classes/kohana/exception.php:5 Stack trace: #0 [internal function]: Kohana_Exception::handler() #1 {main} thrown [string:Exception:private] => [code:protected] => 1 [file:protected] => /homepages/35/d123446240/htdocs/bestbetreut/application/classes/kohana/exception.php [line:protected] => 5 [trace:Exception:private] => Array ( [0] => Array ( [function] => shutdown_handler [class] => Kohana_Core [type] => :: ) ) [previous:Exception:private] => [severity:protected] => 0 )

ErrorException [ Fatal Error ]: Uncaught TypeError: Kohana_Exception::handler(): Argument #1 ($e) must be of type Exception, Error given in /homepages/35/d123446240/htdocs/bestbetreut/application/classes/kohana/exception.php:5 Stack trace: #0 [internal function]: Kohana_Exception::handler() #1 {main} thrown

APPPATH/classes/kohana/exception.php [ 5 ]

 1 <?php
 2 
 3 class Kohana_Exception extends Kohana_Kohana_Exception {
 4  
 5     public static function handler(Exception $e){
 6         print_r($e);
 7         ob_flush();
 8         if (Kohana::DEVELOPMENT === Kohana::$environment){
 9             parent::handler($e);
10         }
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment