add vendor/

This commit is contained in:
2022-12-29 22:29:40 +01:00
parent 8d6e97ff86
commit 7b996cc5f6
31 changed files with 2678 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?php
namespace Dotenv\Exception;
/**
* This is the exception interface.
*/
interface ExceptionInterface
{
//
}