1<?php 2 3namespace OAuth\Common\Http\Exception; 4 5use OAuth\Common\Exception\Exception; 6 7/** 8 * Exception relating to token response from service. 9 */ 10class TokenResponseException extends Exception 11{ 12} 13