Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F12660403
ConduitClientException.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
285 B
Referenced Files
None
Subscribers
None
ConduitClientException.php
View Options
<?php
final
class
ConduitClientException
extends
Exception
{
protected
$errorCode
;
public
function
__construct
(
$code
,
$info
)
{
parent
::
__construct
(
"{$code}: {$info}"
);
$this
->
errorCode
=
$code
;
}
public
function
getErrorCode
()
{
return
$this
->
errorCode
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Nov 28, 15:39 (7 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1044228
Default Alt Text
ConduitClientException.php (285 B)
Attached To
Mode
R118 Arcanist - fork
Attached
Detach File
Event Timeline
Log In to Comment