* @copyright 2024 smiley * @license MIT */ declare(strict_types=1); namespace chillerlan\OAuth\Storage; /** * Thrown when an item cannot be found in the storage */ final class ItemNotFoundException extends OAuthStorageException{ }