class CloudEvents::FormatSyntaxError

An error raised when a protocol binding was asked to decode a CloudEvent from input data, and the data appears to be intended as a CloudEvent, but has unrecoverable format or syntax errors. This error may have a `cause` such as a `JSON::ParserError` with additional information.