class ACP::AuthenticationError

Overview

Raised when authentication is required but fails or is not provided.

Defined in:

acp/errors.cr

Constructors

Constructor Detail

def self.new(message : String = "Authentication failed") #

[View source]