class RBI::ParseError

Attributes

location[R]

Public Class Methods

new(message, location) click to toggle source
Calls superclass method
# File lib/rbi/parser.rb, line 14
def initialize(message, location)
  super(message)
  @location = location
end