Files
shlink/module/Common/src/Exception/RuntimeException.php

7 lines
134 B
PHP
Raw Normal View History

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