Files
shlink/module/Common/src/Exception/InvalidArgumentException.php
2017-10-12 10:13:20 +02:00

9 lines
176 B
PHP

<?php
declare(strict_types=1);
namespace Shlinkio\Shlink\Common\Exception;
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}