Exception: DifferError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/upshop/differ.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = "Uncaught error parsing diff") ⇒ DifferError

Returns a new instance of DifferError.



72
73
74
# File 'lib/upshop/differ.rb', line 72

def initialize(message="Uncaught error parsing diff")
  super
end