class ACP::VersionMismatchError

Overview

Raised when the agent reports an incompatible protocol version.

Defined in:

acp/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client_version : UInt16, agent_version : UInt16 | Nil = nil) #

[View source]

Instance Method Detail

def agent_version : UInt16 | Nil #

[View source]
def client_version : UInt16 #

[View source]