Exception: Aviator::SessionPool::SessionNotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- Aviator::SessionPool::SessionNotFoundError
- Defined in:
- lib/aviator/session_pool/session_pool.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ SessionNotFoundError
constructor
A new instance of SessionNotFoundError.
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 |