class Athena::Serializer::Exceptions::NilRequiredProperty

Overview

Represents an error due to a required property that was nil.

Exposes the property's name and type.

Defined in:

exceptions/nil_required_property.cr

Constructors

Instance Method Summary

Instance methods inherited from class Athena::Serializer::Exceptions::PropertyException

property_name : String property_name

Constructor methods inherited from class Athena::Serializer::Exceptions::PropertyException

new(message : String, property_name : String) new

Constructor Detail

def self.new(property_name : String, property_type : String) #

[View source]

Instance Method Detail

def property_type : String #

[View source]