<?phpdeclare(strict_types=1);namespace InterventionImageExceptions;use InterventionImageInterfacesExceptionInterface;use Exception;abstract class ImageException extends Exception implements ExceptionInterface{ //}