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