Page MenuHomePhorge

InvalidRequestError.php
No OneTemporary

Size
277 B
Referenced Files
None
Subscribers
None

InvalidRequestError.php

<?php
class Stripe_InvalidRequestError extends Stripe_Error
{
public function __construct($message, $param, $httpStatus=null,
$httpBody=null, $jsonBody=null
)
{
parent::__construct($message, $httpStatus, $httpBody, $jsonBody);
$this->param = $param;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Jul 16, 5:55 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
366709
Default Alt Text
InvalidRequestError.php (277 B)

Event Timeline