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

10 lines
220 B
PHP

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