Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F468896
Error.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
512 B
Referenced Files
None
Subscribers
None
Error.php
View Options
<?php
class
Stripe_Error
extends
Exception
{
public
function
__construct
(
$message
=
null
,
$http_status
=
null
,
$http_body
=
null
,
$json_body
=
null
)
{
parent
::
__construct
(
$message
);
$this
->
http_status
=
$http_status
;
$this
->
http_body
=
$http_body
;
$this
->
json_body
=
$json_body
;
}
public
function
getHttpStatus
()
{
return
$this
->
http_status
;
}
public
function
getHttpBody
()
{
return
$this
->
http_body
;
}
public
function
getJsonBody
()
{
return
$this
->
json_body
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Tue, May 6, 6:51 AM (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80942
Default Alt Text
Error.php (512 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment