Exception: Oso::Polar::ParseError

Inherits:
Error
  • Object
show all
Defined in:
lib/oso/polar/errors.rb

Overview

Catch-all for a parsing error that doesn't match any of the more specific types.

Defined Under Namespace

Classes: ExtraToken, IntegerOverflow, InvalidToken, InvalidTokenCharacter, UnrecognizedEOF, UnrecognizedToken

Instance Attribute Summary

Attributes inherited from Error

#stack_trace

Method Summary

Methods inherited from Error

#initialize

Constructor Details

This class inherits a constructor from Oso::Polar::Error