DBXE/classes/Components/Template/Exception/InvalidArgumentException.php

10 lines
228 B
PHP

<?php
namespace Xentral\Components\Template\Exception;
use InvalidArgumentException as SplInvalidArgumentException;
class InvalidArgumentException extends SplInvalidArgumentException implements TemplateExceptionInterface
{
}