class ActionController::Route::Param::Error

Overview

Handle this to return a 404

Direct Known Subclasses

Defined in:

action-controller/router/route_params.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, parameter : Nil | String = nil, restriction : Nil | String = nil) #

[View source]

Instance Method Detail

def parameter : String | Nil #

[View source]
def restriction : String | Nil #

[View source]