jingcai-php/public/phmad521/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php

10 lines
93 B
PHP
Executable File

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