backup du projet
This commit is contained in:
commit
4655c05be6
670 changed files with 87655 additions and 0 deletions
12
vendor/vlucas/phpdotenv/src/Exception/ValidationException.php
vendored
Normal file
12
vendor/vlucas/phpdotenv/src/Exception/ValidationException.php
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Dotenv\Exception;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
final class ValidationException extends RuntimeException implements ExceptionInterface
|
||||
{
|
||||
//
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue