?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager/Exception/



?? Go up: /home/webdevt/www/schtroumpf.fr/vendor/friendsofphp/proxy-manager-lts/src/ProxyManager

?? Viewing: ExceptionInterface.php

<?php

declare(strict_types=1);

namespace ProxyManager\Exception;

use Throwable;

/**
 * Base exception class for the proxy manager
 */
interface ExceptionInterface extends Throwable
{
}


??

??