Exception: Aviator::SessionPool::CurrentSessionNotDefinedError

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

Instance Method Summary collapse

Constructor Details

#initializeCurrentSessionNotDefinedError

Returns a new instance of CurrentSessionNotDefinedError.



7
8
9
# File 'lib/aviator/session_pool/session_pool.rb', line 7

def initialize
  super "Current session is not defined. Make sure to call ::set_current first."
end