class BetterHtml::Parser::Error

Attributes

loc[R]
location[R]

Public Class Methods

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