Files
shlink/module/Common/src/Exception/RuntimeException.php
2016-07-20 10:13:53 +02:00

7 lines
134 B
PHP

<?php
namespace Shlinkio\Shlink\Common\Exception;
class RuntimeException extends \RuntimeException implements ExceptionInterface
{
}