class Athena::Serializer::Exceptions::MissingRequiredProperty inherits Athena::Serializer::Exceptions::PropertyException # Represents an error due to a missing required property that was not included in the input data. Exposes the missing property's name and type. Constructors# .new(property_name : String, property_type : String)# View source Methods# #property_type : String# View source