Files
kulakpos_web/vendor/stripe/stripe-php/lib/Exception/UnknownApiErrorException.php

13 lines
323 B
PHP
Raw Normal View History

2026-03-30 14:54:57 +07:00
<?php
namespace Stripe\Exception;
/**
* UnknownApiErrorException is thrown when the client library receives an
* error from the API it doesn't know about. Receiving this error usually
* means that your client library is outdated and should be upgraded.
*/
class UnknownApiErrorException extends ApiErrorException
{
}