class Athena::Serializer::Exceptions::PropertyException

Overview

Represents an error due to an invalid property.

Exposes the property's name.

Direct Known Subclasses

Defined in:

exceptions/property_exception.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def property_name : String #

[View source]