Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorRequestExceptionHandler

abstract class PhabricatorRequestExceptionHandler
Phabricator Technical Documentation (Aphront)

This class is not documented.

Methods

abstract public function getRequestExceptionHandlerPriority()
Inherited

This method is not documented.
Return
wild

public function shouldLogException($request, $ex)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Exception$ex
Return
wild

abstract public function canHandleRequestException($request, $ex)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Exception$ex
Return
wild

abstract public function handleRequestException($request, $ex)
Inherited

This method is not documented.
Parameters
AphrontRequest$request
Exception$ex
Return
wild

final public static function getAllHandlers()
Inherited

This method is not documented.
Return
wild

protected function isPhabricatorSite($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild

protected function getViewer($request)

This method is not documented.
Parameters
AphrontRequest$request
Return
wild