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 }
-
{PHP internal call} » Kohana_Core::shutdown_handler()