dolibarr/htdocs/includes/OAuth/Common/Storage/Exception/TokenNotFoundException.php
2024-09-06 20:28:06 +08:00

11 lines
174 B
PHP

<?php
namespace OAuth\Common\Storage\Exception;
/**
* Exception thrown when a token is not found in storage.
*/
class TokenNotFoundException extends StorageException
{
}