/
home
/
sjslayjy
/
public_html
/
olddevlok
/
vendor
/
vlucas
/
phpdotenv
/
src
/
Exception
/
Upload File
HOME
<?php namespace Dotenv\Exception; use RuntimeException; /** * This is the validation exception class. */ class ValidationException extends RuntimeException implements ExceptionInterface { // }