/**
  * Turn error handling inside CBSubs OFF
  *
  * @return void
  */
 public static function off()
 {
     if (!self::$alwaysOn) {
         self::$handlerOff = true;
     }
 }