<?php

namespace OAuth\OAuth2\Service\Exception;

use OAuth\Common\Exception\Exception;

/**
 * Exception thrown when an invalid accessType for the Google Service is specified
 */
class InvalidAccessTypeException extends Exception
{
}
