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.
44 45 46 47 |
# File 'lib/smith/errors.rb', line 44 def initialize(, retryable: nil) @retryable = retryable super() end |
Instance Attribute Details
#retryable ⇒ Object (readonly)
Returns the value of attribute retryable.
42 43 44 |
# File 'lib/smith/errors.rb', line 42 def retryable @retryable end |