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
Tue, Apr 7, 8:49 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1090917
Default Alt Text
AphrontRedirectException.php (275 B)

Event Timeline