Page MenuHomestyx hydra

AphrontUsageException.php
No OneTemporary

AphrontUsageException.php

<?php
/**
* These exceptions represent user error, and are not logged.
*
* @concrete-extensible
*/
class AphrontUsageException extends AphrontException {
private $title;
public function __construct($title, $message) {
$this->title = $title;
parent::__construct($message);
}
public function getTitle() {
return $this->title;
}
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Apr 7, 8:49 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1090535
Default Alt Text
AphrontUsageException.php (359 B)

Event Timeline