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

13 lines
195 B
PHP

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