1<?php 2 3namespace OAuth\Common\Storage\Exception; 4 5/** 6 * Exception thrown when a state is not found in storage. 7 */ 8class AuthorizationStateNotFoundException extends StorageException 9{ 10} 11