Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs AphrontUnhandledExceptionResponse

final class AphrontUnhandledExceptionResponse
Phabricator Technical Documentation (Aphront)

This class is not documented.

Methods

public function setRequest($request)
Inherited

This method is not documented.
Parameters
$request
Return
wild

public function getRequest()
Inherited

This method is not documented.
Return
wild

final public function addContentSecurityPolicyURI($kind, $uri)
Inherited

This method is not documented.
Parameters
$kind
$uri
Return
wild

final public function setDisableContentSecurityPolicy($disable)
Inherited

This method is not documented.
Parameters
$disable
Return
wild

public function getContentIterator()
Inherited

This method is not documented.
Return
wild

final public function buildResponseString()
Inherited

This method is not documented.
Return
wild

public function getHeaders()
Inherited

This method is not documented.
Return
wild

private function newContentSecurityPolicyHeader()
Inherited

This method is not documented.
Return
wild

private function newContentSecurityPolicy($type, $defaults)
Inherited

This method is not documented.
Parameters
$type
$defaults
Return
wild

private function newContentSecurityPolicySource($uri)
Inherited

This method is not documented.
Parameters
$uri
Return
wild

public function setCacheDurationInSeconds($duration)
Inherited

This method is not documented.
Parameters
$duration
Return
wild

public function setCanCDN($can_cdn)
Inherited

This method is not documented.
Parameters
$can_cdn
Return
wild

public function setLastModified($epoch_timestamp)
Inherited

This method is not documented.
Parameters
$epoch_timestamp
Return
wild

public function setHTTPResponseCode($code)
Inherited

This method is not documented.
Parameters
$code
Return
wild

public function getHTTPResponseCode()

This method is not documented.
Return
wild

public function getHTTPResponseMessage()
Inherited

This method is not documented.
Return
wild

public function setFrameable($frameable)
Inherited

This method is not documented.
Parameters
$frameable
Return
wild

public static function processValueForJSONEncoding(&$value, $key)
Inherited

This method is not documented.
Parameters
&$value
$key
Return
wild

public static function encodeJSONForHTTPResponse($object)
Inherited

This method is not documented.
Parameters
array$object
Return
wild

protected function addJSONShield($json_response)
Inherited

This method is not documented.
Parameters
$json_response
Return
wild

public function getCacheHeaders()
Inherited

This method is not documented.
Return
wild

private function formatEpochTimestampForHTTPHeader($epoch_timestamp)
Inherited

This method is not documented.
Parameters
$epoch_timestamp
Return
wild

protected function shouldCompressResponse()
Inherited

This method is not documented.
Return
wild

public function willBeginWrite()
Inherited

This method is not documented.
Return
wild

public function didCompleteWrite($aborted)
Inherited

This method is not documented.
Parameters
$aborted
Return
wild

protected function getResources()

This method is not documented.
Return
wild

protected function getResponseTitle()

This method is not documented.
Return
wild

protected function getResponseBodyClass()

This method is not documented.
Return
wild

protected function getResponseBody()

This method is not documented.
Return
wild

protected function buildPlainTextResponseString()

This method is not documented.
Return
wild

private function buildResources()
Inherited

This method is not documented.
Return
wild

public function setShowStackTraces($show_stack_traces)

This method is not documented.
Parameters
$show_stack_traces
Return
wild

public function getShowStackTraces()

This method is not documented.
Return
wild

public function setException($exception)

This method is not documented.
Parameters
$exception
Return
wild

private function getExceptionList()

This method is not documented.
Return
wild

private function expandException($root)

This method is not documented.
Parameters
$root
Return
wild

private function newHTMLMessage($ex)

This method is not documented.
Parameters
$ex
Return
wild

private function newPlainTextMessage($exception)

This method is not documented.
Parameters
$exception
Return
wild