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