class Autoterm::ParseError
Public Class Methods
new(project_name, original)
click to toggle source
Calls superclass method
# File lib/autoterm/errors.rb, line 16 def initialize(project_name, original) super "Unable to parse project file '#{project_name}':\n #{original.class}:#{original.message}" @project_name = project_name end