Exception: HtmlToMarkdown::CLIProxy::CLIExecutionError
- Defined in:
- sig/html_to_markdown/cli_proxy.rbs
Overview
Error when CLI execution fails
Instance Attribute Summary collapse
-
#status ⇒ Integer?
readonly
Returns the value of attribute status.
-
#stderr ⇒ String
readonly
Returns the value of attribute stderr.
Instance Method Summary collapse
-
#initialize ⇒ CLIExecutionError
constructor
A new instance of CLIExecutionError.
Constructor Details
#initialize ⇒ CLIExecutionError
Returns a new instance of CLIExecutionError.
16 |
# File 'sig/html_to_markdown/cli_proxy.rbs', line 16
def initialize: (String message, stderr: String, status: Integer?) -> void
|
Instance Attribute Details
#status ⇒ Integer? (readonly)
Returns the value of attribute status.
14 15 16 |
# File 'sig/html_to_markdown/cli_proxy.rbs', line 14 def status @status end |
#stderr ⇒ String (readonly)
Returns the value of attribute stderr.
13 14 15 |
# File 'sig/html_to_markdown/cli_proxy.rbs', line 13 def stderr @stderr end |