Current File : /home/itiffy/public_html/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
{
    //
}