Page MenuHomeDevCentral

PhabricatorAPIException.php
No OneTemporary

PhabricatorAPIException.php

<?php
namespace Nasqueron\Notifications\Phabricator;
class PhabricatorAPIException extends RuntimeException {
/**
* @param int $code The error_code field for the API reply
* @param string $message The error_info field from the API reply
*/
public function __construct ($code, $message) {
$this->code = $code;
$this->message = $message;
}
}

File Metadata

Mime Type
text/x-php
Expires
Mon, Jul 28, 09:34 (5 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2784178
Default Alt Text
PhabricatorAPIException.php (385 B)

Event Timeline