* @license: MIT */ namespace NeonXP\Dotenv\Exception; /** * Class RuntimeException * @package NeonXP\Dotenv\Exception */ class RuntimeException extends \Exception { }