2016-04-17 11:29:23 +02:00
|
|
|
<?php
|
2017-10-12 10:13:20 +02:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
2016-07-20 10:13:53 +02:00
|
|
|
namespace Shlinkio\Shlink\Common\Exception;
|
2016-04-17 11:29:23 +02:00
|
|
|
|
|
|
|
|
class RuntimeException extends \RuntimeException implements ExceptionInterface
|
|
|
|
|
{
|
|
|
|
|
}
|