class ACP::SessionNotFoundError

Overview

Raised when an operation references a session that doesn't exist or has already been closed.

Defined in:

acp/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session_id : String) #

[View source]

Instance Method Detail

def session_id : String #

[View source]