<?phpdeclare(strict_types=1);namespace DotenvException;use Throwable;interface ExceptionInterface extends Throwable{ //}