Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
json-tools
v1.0.0
Json
Tools
FailedTestException
IllegalOperationException
IvalidFormat
MissingPropertyException
OutOfBoundsException
Patch
Pointer
PointerException
Built with Crystal 1.9.2
2023-10-08 11:44:23 UTC
class
Json::Tools::IvalidFormat
Json::Tools::IvalidFormat
Exception
Reference
Object
Overview
Exception raised by
Json::Tools::Patch
if the patch document is invalid.
Defined in:
json-tools/exception.cr
Constructors
.new
(message : String)
.new
(object : JSON::Any)
Constructor Detail
def self.
new
(message : String)
#
[
View source
]
def self.
new
(object : JSON::Any)
#
[
View source
]