class Kemal::Shield::DublicateHandlerError

Overview

Exception raised when a dublicated handler is added using Kemal::Shield.add_handler.

Defined in:

kemal-shield/exceptions.cr

Constructors

Constructor Detail

def self.new(handler : Kemal::Shield::Handler, cause = nil) #

[View source]