Exception: Marshalsea::ParseRecoveredError
- Inherits:
-
StandardError
- Object
- StandardError
- Marshalsea::ParseRecoveredError
- Defined in:
- lib/marshalsea/scanner.rb
Instance Method Summary collapse
-
#initialize(errors) ⇒ ParseRecoveredError
constructor
A new instance of ParseRecoveredError.
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 |