Add a new annotation to the globally ignored annotation namespaces with regard to exception handling.
public static function addGlobalIgnoredNamespace(string $namespace) { self::$globalIgnoredNamespaces[$namespace] = true; }