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