File "SafeExceptionInterface.php"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/phpMyAdmin/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
File size: 93 B
MIME-type:
Charset: utf-8
<?php
namespace Safe\Exceptions;
interface SafeExceptionInterface extends \Throwable
{
}