OCA\Richdocuments\Controller\ResponseException::__construct PHP Method

__construct() public method

public __construct ( $description, $hint = '' )
    public function __construct($description, $hint = '')
    {
        parent::__construct($description);
        $this->hint = $hint;
    }
ResponseException