<?php/** * @author David Desberg <david@daviddesberg.com> * Released under the MIT license. */namespaceOAuth\OAuth2\Service\Exception;useOAuth\Common\Exception\Exception;/** * Exception thrown when a scope provided to a service is invalid. */classInvalidScopeExceptionextendsException{}