Page MenuHomePhorge

ConduitClientException.php
No OneTemporary

ConduitClientException.php

<?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

Mime Type
text/x-php
Expires
Sun, Mar 23, 22:24 (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1114267
Default Alt Text
ConduitClientException.php (285 B)

Event Timeline