Add a new annotation to the globally ignored annotation names with regard to exception handling.
public static function addGlobalIgnoredName(string $name) { self::$globalIgnoredNames[$name] = true; }