Exception: RBS::Test::Tester::TypeError
- Inherits:
-
Exception
- Object
- Exception
- RBS::Test::Tester::TypeError
- Defined in:
- lib/rbs/test/tester.rb
Instance Attribute Summary collapse
-
#errors ⇒ Object
readonly
Returns the value of attribute errors.
Instance Method Summary collapse
-
#initialize(errors) ⇒ TypeError
constructor
A new instance of TypeError.
Constructor Details
Instance Attribute Details
#errors ⇒ Object (readonly)
Returns the value of attribute errors.
104 105 106 |
# File 'lib/rbs/test/tester.rb', line 104 def errors @errors end |