WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
stripe
/
stripe-php
/
lib
/
Error
/
Name
Action
..
Api.php
Edit
ApiConnection.php
Edit
Authentication.php
Edit
Base.php
Edit
Card.php
Edit
InvalidRequest.php
Edit
OAuth
Permission.php
Edit
RateLimit.php
Edit
SignatureVerification.php
Edit
Editing: InvalidRequest.php
<?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; } }