Page MenuHomestyx hydra

AphrontRedirectException.php
No OneTemporary

AphrontRedirectException.php

<?php
/**
* TODO: Remove this entirely? We have no callsites.
*/
final class AphrontRedirectException extends AphrontException {
private $uri;
public function __construct($uri) {
$this->uri = $uri;
}
public function getURI() {
return $this->uri;
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 12:25 PM (22 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
733929
Default Alt Text
AphrontRedirectException.php (275 B)

Event Timeline