Cheat Scheet – PHP Exception Klassen Allgemein throw new \InvalidArgumentException(sprintf('Unable to load class "%s"', $class)); 1 throw new \InvalidArgumentException(sprintf('Unable to load class "%s"', $class)); class PathNotFoundException extends \InvalidArgumentException { } 123 class PathNotFoundException extends \InvalidArgumentException { }