/var/www/vhosts/ihelp.ro/httpdocs/vendor/phpunit/php-text-template/src/exceptions
NameSizeModeActions
Exception.php3680644editdlrm
InvalidArgumentException.php4060644editdlrm
RuntimeException.php4280644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/phpunit/php-text-template/src/exceptions/Exception.php (368B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Template; use Throwable; interface Exception extends Throwable { }