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

11 lines
214 B
PHP

<?php
namespace CoinGate\Exception;
/**
* InternalServerError is thrown when something wrong in CoinGate and HTTP Status: 500 (Internal Server Error).
*/
class InternalServerError extends ApiErrorException
{
}