Path : /var/www/html/solarwindia/vendor/vlucas/phpdotenv/src/Exception/ |
Current File : //var/www/html/solarwindia/vendor/vlucas/phpdotenv/src/Exception/InvalidCallbackException.php |
<?php namespace Dotenv\Exception; use InvalidArgumentException; /** * This is the invalid callback exception class. */ class InvalidCallbackException extends InvalidArgumentException implements ExceptionInterface { // }