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

8 lines
99 B
PHP

<?php
namespace CoinGate\Exception;
class UnknownApiErrorException extends ApiErrorException
{
}