class Safrano::Filter::Parser::ErrorInvalidToken

Invalid Tokens

Public Class Methods

new(tok, typ, cur) click to toggle source
Calls superclass method Safrano::Filter::Parser::Error::new
# File lib/odata/filter/error.rb, line 41
def initialize(tok, typ, cur)
  super
  @msg = "Bad Request: invalid token #{tok} in $filter"
end