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

9 lines
160 B
PHP

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