class Safrano::Filter::Parser::ErrorUnmatchedClose

Unmached closed

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 49
def initialize(tok, typ, cur)
  super
  @msg = "Bad Request: unmatched #{tok} in $filter"
end