?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/modules/ps_metrics/vendor/vlucas/phpdotenv/src/Exception/



?? Go up: /home/webdevt/prestashop17/modules/ps_metrics/vendor/vlucas/phpdotenv/src

?? Viewing: InvalidPathException.php

<?php

namespace Dotenv\Exception;

use InvalidArgumentException;

/**
 * This is the invalid path exception class.
 */
class InvalidPathException extends InvalidArgumentException implements ExceptionInterface
{
    //
}


??

??