Page MenuHomeSealhub

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

Event Timeline