Page MenuHomePhabricator
Diviner Arcanist Tech Docs PhutilProxyException

class PhutilProxyException
Arcanist Technical Documentation ()

Prior to PHP 5.3, PHP does not support nested exceptions; this class provides limited support for nested exceptions. Use methods on PhutilErrorHandler to unnest exceptions in a forward-compatible way.

Methods

public function __construct($message, $previous, $code)

This method is not documented.
Parameters
$message
$previous
$code
Return
this//Implicit.//

public function getPreviousException()

This method is not documented.
Return
wild