web/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
2019-03-07 12:11:50 -06:00

9 lines
93 B
PHP

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