2017-12-30 23:35:26 +03:00
|
|
|
<?php
|
2019-10-05 18:26:10 +03:00
|
|
|
|
2017-12-30 23:35:26 +03:00
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
namespace Shlinkio\Shlink\Rest\Exception;
|
|
|
|
|
2018-10-28 10:24:06 +03:00
|
|
|
use Throwable;
|
|
|
|
|
|
|
|
interface ExceptionInterface extends Throwable
|
2017-12-30 23:35:26 +03:00
|
|
|
{
|
|
|
|
}
|