Files
c-cms-legacy/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php
Mathieu Lagace 5fa3c85b97 Include Vendor
2018-06-27 20:31:54 -04:00

14 lines
202 B
PHP

<?php
namespace Dotenv\Exception;
use RuntimeException;
/**
* This is the validation exception class.
*/
class ValidationException extends RuntimeException implements ExceptionInterface
{
//
}