class Azu::Params::FileUploadError

Overview

Custom exception for file upload errors

Defined in:

azu/params.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, field_name : String | Nil = nil, filename : String | Nil = nil) #

[View source]

Instance Method Detail

def field_name : String | Nil #

[View source]
def filename : String | Nil #

[View source]