<?php

namespace OAuth\Common\Storage\Exception;

/**
 * Exception thrown when a state is not found in storage.
 */
class AuthorizationStateNotFoundException extends StorageException
{
}
