class RBS::InstanceVariableDuplicationError::ClassInstanceVariableDuplicationError::NonregularTypeAliasError
Attributes
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/errors.rb, line 530 def initialize(diagnostic:, location:) @diagnostic = diagnostic @location = location super "#{Location.to_string location}: Nonregular generic type alias is prohibited: #{diagnostic.type_name}, #{diagnostic.nonregular_type}" end
Calls superclass method
Exception::new