mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 02:21:55 -04:00
9 lines
93 B
PHP
9 lines
93 B
PHP
<?php
|
|
|
|
|
|
namespace Safe\Exceptions;
|
|
|
|
interface SafeExceptionInterface extends \Throwable
|
|
{
|
|
|
|
}
|