DIR:/home/htlwork.com/www/dev/magento/vendor/laminas/laminas-view/src/Exception/ |
Current File : /home/htlwork.com/www/dev/magento/vendor/laminas/laminas-view/src/Exception/ExceptionInterface.php |
<?php declare(strict_types=1); namespace Laminas\View\Exception; use Throwable; interface ExceptionInterface extends Throwable { } |