class ACP::InvalidStateError

Overview

Raised when the client is not in the expected state for an operation (e.g., sending a prompt before initialization).

Defined in:

acp/errors.cr

Constructors

Constructor Detail

def self.new(message : String = "Invalid client state for this operation") #

[View source]