2016-07-20 10:13:53 +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;
|
|
|
|
|
|
2017-12-30 21:35:26 +01:00
|
|
|
interface ExceptionInterface extends \Throwable
|
2016-07-20 10:13:53 +02:00
|
|
|
{
|
|
|
|
|
}
|