OCA\Richdocuments\Controller\ResponseException::__construct PHP 메소드

__construct() 공개 메소드

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