?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/



?? Go up: /home/webdevt/prestashop17/vendor/doctrine/instantiator/src/Doctrine/Instantiator

?? Viewing: ExceptionInterface.php

<?php

namespace Doctrine\Instantiator\Exception;

use Throwable;

/**
 * Base exception marker interface for the instantiator component
 */
interface ExceptionInterface extends Throwable
{
}


??

??