/opt/cpanel/ea-wappspector/vendor/phpunit/php-text-template/src/exceptions
NameSizeModeActions
Exception.php3680644editdlrm
InvalidArgumentException.php4060644editdlrm
RuntimeException.php4280644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/php-text-template/src/exceptions/RuntimeException.php (428B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\Template; use InvalidArgumentException; final class RuntimeException extends InvalidArgumentException implements Exception { }