climbx/Dotenv

View on GitHub
src/Exception/ExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Climbx\Dotenv\Exception;

interface ExceptionInterface extends \Throwable
{
}