Files
shlink/module/Core/src/Exception/InvalidArgumentException.php
2017-12-30 21:35:26 +01:00

9 lines
174 B
PHP

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