Example #1
0
 /**
  * Keep Aira alive, so the program won't stop when any error occurred.
  */
 static function alive()
 {
     self::$die = false;
 }