Exception: RBS::Test::Hook::Error
- Inherits:
-
Exception
- Object
- Exception
- RBS::Test::Hook::Error
- Defined in:
- lib/rbs/test/hook.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ Error
constructor
A new instance of Error.
Constructor Details
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
8 9 10 |
# File 'lib/rbs/test/hook.rb', line 8 def errors @errors end |