Files
w4rpservices/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php
T
2021-05-30 08:20:41 +00:00

13 lines
136 B
PHP

<?php
declare(strict_types=1);
namespace Dotenv\Exception;
use Throwable;
interface ExceptionInterface extends Throwable
{
//
}