check!(type_name, env:, location:)click to toggle source
# File rbs-2.0.0/lib/rbs/errors.rb, line 148defself.check!(type_name, env:, location:)
env.class_decls.key?(type_name) orraisenew(type_name:type_name, location:location)
end
new(type_name:, location:)click to toggle source
# File rbs-2.0.0/lib/rbs/errors.rb, line 141definitialize(type_name:, location:)
@type_name = type_name@location = locationsuper"#{Location.to_string location}: Could not find super class: #{type_name}"end