class Aviator::SessionPool::SessionNotFoundError

Public Class Methods

new(key) click to toggle source
Calls superclass method
# 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