class Aviator::SessionPool::CurrentSessionNotDefinedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# 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