Files
therinaldos.com/wedding-pics/3rdparty/thecodingmachine/safe/lib/Exceptions/SafeExceptionInterface.php
T
david ef1ff240d4
Build & Deploy to DigitalOcean Space / build (push) Failing after 2m38s
migrate therinaldos.com data
2024-05-05 15:50:45 -04:00

10 lines
93 B
PHP

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