<?phpdeclare(strict_types=1);namespace InterventionImageInterfaces;use Throwable;interface ExceptionInterface extends Throwable{ //}