/home/mip/mip/vendor/biscolab/laravel-recaptcha/src/Exceptions/InvalidConfigurationException.php
<?php
/**
 * Copyright (c) 2017 - present
 * LaravelGoogleRecaptcha - InvalidConfigurationException.php
 * author: Roberto Belotti - roby.belotti@gmail.com
 * web : robertobelotti.com, github.com/biscolab
 * Initial version created on: 4/9/2019
 * MIT license: https://github.com/biscolab/laravel-recaptcha/blob/master/LICENSE
 */

namespace Biscolab\ReCaptcha\Exceptions;

class InvalidConfigurationException extends \Exception
{

}