/**
  * Keep error handling inside CBSubs always ON until end of execution
  * This is useful to catch any errors in raw mode, after e.g. an IPN
  *
  * @return void
  */
 public static function keepTurnedOn()
 {
     self::$alwaysOn = true;
 }