Exception: RBS::CyclicTypeParameterBound
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
BaseError ,
StandardError
|
|
Instance Chain:
self,
DetailedMessageable ,
BaseError ,
StandardError
|
|
Inherits: |
RBS::BaseError
|
Defined in: | lib/rbs/errors.rb |
Class Method Summary
Instance Attribute Summary
- #location readonly
- #method_name readonly
- #params readonly
- #type_name readonly
Instance Method Summary
DetailedMessageable
- Included
Constructor Details
.new(type_name:, method_name:, params:, location:) ⇒ CyclicTypeParameterBound
Instance Attribute Details
#location (readonly)
[ GitHub ]# File 'lib/rbs/errors.rb', line 517
attr_reader :params, :type_name, :method_name, :location
#method_name (readonly)
[ GitHub ]#params (readonly)
[ GitHub ]# File 'lib/rbs/errors.rb', line 517
attr_reader :params, :type_name, :method_name, :location
#type_name (readonly)
[ GitHub ]# File 'lib/rbs/errors.rb', line 517
attr_reader :params, :type_name, :method_name, :location