Exception: Aviator::SessionPool::SessionNotFoundError

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

Instance Method Summary collapse

Constructor Details

#initialize(key) ⇒ SessionNotFoundError

Returns a new instance of SessionNotFoundError.



13
14
15
# File 'lib/aviator/session_pool/session_pool.rb', line 13

def initialize(key)
  super "There is no session with key #{ key } in the pool"
end