Exception: UnexpectedTokenError

Inherits:
StandardError
  • Object
show all
Defined in:
app/errors/unexpected_token_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message = 'Unexpected token') ⇒ UnexpectedTokenError

Returns a new instance of UnexpectedTokenError.



2
3
4
# File 'app/errors/unexpected_token_error.rb', line 2

def initialize(message = 'Unexpected token')
  super
end