Exception: Marshalsea::ParseRecoveredError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/marshalsea/scanner.rb

Instance Method Summary collapse

Constructor Details

#initialize(errors) ⇒ ParseRecoveredError

Returns a new instance of ParseRecoveredError.



7
8
9
# File 'lib/marshalsea/scanner.rb', line 7

def initialize(errors)
  super("Prism recovered an incomplete tree from #{errors} syntax errors")
end