Files

8 lines
91 B
PHP

<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}