class Grntest::ParseError
Attributes
Public Class Methods
Source
# File lib/grntest/error.rb, line 31 def initialize(type, content, reason) @type = type @content = content @reason = reason super("failed to parse <#{@type}> content: #{reason}: <#{content}>") end
Calls superclass method