public static function initialise()
 {
     self::$enabled = true;
     set_exception_handler(array(__CLASS__, 'handler'));
 }