mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-09-30 09:41:00 +02:00
10 lines
93 B
PHP
10 lines
93 B
PHP
<?php
|
|
|
|
|
|
namespace Safe\Exceptions;
|
|
|
|
interface SafeExceptionInterface extends \Throwable
|
|
{
|
|
|
|
}
|