Exception: Janus::NotAuthenticated

Inherits:
StandardError
  • Object
show all
Defined in:
lib/janus.rb

Instance Method Summary collapse

Constructor Details

#initialize(scope) ⇒ NotAuthenticated

Returns a new instance of NotAuthenticated.



15
16
17
18
# File 'lib/janus.rb', line 15

def initialize(scope)
  super("")
  self.scope = scope
end