OCA\Richdocuments\Controller\ResponseException::__construct PHP Méthode

__construct() public méthode

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