class RBS::Test::Tester::TypeError
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/test/tester.rb, line 106 def initialize(errors) @errors = errors super "TypeError: #{errors.map {|e| Errors.to_string(e) }.join(", ")}" end
Calls superclass method
Exception::new