Files
Sistema-Educativo-Laravel/vendor/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
T

8 lines
91 B
PHP

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