Вход Регистрация
Файл: sngine-v2.8/Script/includes/libs/Stripe/lib/Exception/OAuth/OAuthErrorException.php
Строк: 23
<?php

namespace StripeExceptionOAuth;

/**
 * Implements properties and methods common to all (non-SPL) Stripe OAuth
 * exceptions.
 */
abstract class OAuthErrorException extends StripeExceptionApiErrorException
{
    protected function 
constructErrorObject()
    {
        if (
null === $this->jsonBody) {
            return 
null;
        }

        return 
StripeOAuthErrorObject::constructFrom($this->jsonBody);
    }
}
Онлайн: 0
Реклама