PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
modern-events-calendar
/
app
/
api
/
Stripe
/
Error
<?php namespace Stripe\Error; class InvalidRequest extends Base { public function __construct( $message, $stripeParam, $httpStatus = null, $httpBody = null, $jsonBody = null, $httpHeaders = null ) { parent::__construct($message, $httpStatus, $httpBody, $jsonBody, $httpHeaders); $this->stripeParam = $stripeParam; } public function getStripeParam() { return $this->stripeParam; } }
[+]
..
[-] Api.php
[edit]
[-] Permission.php
[edit]
[-] Base.php
[edit]
[-] InvalidRequest.php
[edit]
[-] Idempotency.php
[edit]
[-] SignatureVerification.php
[edit]
[-] Card.php
[edit]
[+]
OAuth
[-] ApiConnection.php
[edit]
[-] Authentication.php
[edit]
[-] RateLimit.php
[edit]