class Json::Tools::MissingPropertyException

Overview

Exception raised by Json::Tools::Patch when trying to remove a property that does not exist in the target JSON object.

Defined in:

json-tools/exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(object : JSON::Any, property_name : String) forall T #

[View source]

Instance Method Detail

def object : JSON::Any #

[View source]
def property_name : String #

[View source]