<?php
/**
 * @author Andreas Gohr <gohr@cosmocode.de>
 * Released under the MIT license.
 */

namespace OAuth\OAuth2\Service\Exception;

use OAuth\Common\Exception\Exception;

/**
 * Exception thrown when service is not fully configured yet
 */
class InvalidServiceConfigurationException extends Exception
{
}