PHP 8.2.31
Preview: OAuthBase.php Size: 484 B
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/tourmaster/include/stripe/lib/Error/OAuth/OAuthBase.php

<?php

namespace Stripe\Error\OAuth;

class OAuthBase extends \Stripe\Error\Base
{
    public function __construct(
        $code,
        $description,
        $httpStatus = null,
        $httpBody = null,
        $jsonBody = null,
        $httpHeaders = null
    ) {
        parent::__construct($description, $httpStatus, $httpBody, $jsonBody, $httpHeaders);
        $this->errorCode = $code;
    }

    public function getErrorCode()
    {
        return $this->errorCode;
    }
}

Directory Contents

Dirs: 0 × Files: 7

Name Size Perms Modified Actions
142 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
359 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
207 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
158 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
484 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
187 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download
196 B lrw-r--r-- 2024-05-28 15:48:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).