Files
HRM-System/vendor/coingate/coingate-php/lib/Exception/Api/Unauthorized.php
2026-04-13 08:19:53 +08:00

13 lines
206 B
PHP

<?php
namespace CoinGate\Exception\Api;
use CoinGate\Exception\ApiErrorException;
/**
* Unauthorized is thrown when HTTP Status: 401 (Unauthorized).
*/
class Unauthorized extends ApiErrorException
{
}