Exception: Smith::ToolGuardrailFailed
- Defined in:
- lib/smith/errors.rb
Instance Attribute Summary collapse
-
#retryable ⇒ Object
readonly
Returns the value of attribute retryable.
Instance Method Summary collapse
-
#initialize(message, retryable: nil) ⇒ ToolGuardrailFailed
constructor
A new instance of ToolGuardrailFailed.
Constructor Details
#initialize(message, retryable: nil) ⇒ ToolGuardrailFailed
Returns a new instance of ToolGuardrailFailed.
41 42 43 44 |
# File 'lib/smith/errors.rb', line 41 def initialize(, retryable: nil) @retryable = retryable super() end |
Instance Attribute Details
#retryable ⇒ Object (readonly)
Returns the value of attribute retryable.
39 40 41 |
# File 'lib/smith/errors.rb', line 39 def retryable @retryable end |