mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
10 lines
168 B
PHP
10 lines
168 B
PHP
<?php
|
|
namespace Shlinkio\Shlink\Common\ErrorHandler;
|
|
|
|
use Interop\Container\ContainerInterface;
|
|
|
|
interface ErrorHandlerManagerInterface extends ContainerInterface
|
|
{
|
|
|
|
}
|