class
ACP::NoActiveSessionError
- ACP::NoActiveSessionError
- ACP::Error
- Exception
- Reference
- Object
Overview
Raised when a session/prompt or other session method is called but no active session has been established.
Defined in:
acp/errors.crConstructors
Constructor Detail
def self.new(message : String = "No active session. Call session/new or session/load first.")
#