Files
dienstplan/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php
T
2017-09-13 07:52:34 +02:00

14 lines
221 B
PHP

<?php
namespace Dotenv\Exception;
use InvalidArgumentException;
/**
* This is the invalid file exception class.
*/
class InvalidFileException extends InvalidArgumentException implements ExceptionInterface
{
//
}