Files
eCert-MBIP/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php

8 lines
91 B
PHP

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