Beispiel #1
0
 public function __destruct()
 {
     try {
         self::run();
     } catch (\Exception $e) {
         coreException::handler($e);
     }
 }