class RBS::InstanceVariableDuplicationError::ClassInstanceVariableDuplicationError::CyclicTypeParameterBound
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/errors.rb, line 543 def initialize(type_name:, method_name:, params:, location:) @type_name = type_name @method_name = method_name @params = params @location = location super "#{Location.to_string(location)}: Cyclic type parameter bound is prohibited" end
Calls superclass method
Exception::new