RDF.Serialization.Decoder.decode-exclamation-mark

You're seeing just the callback decode-exclamation-mark, go back to RDF.Serialization.Decoder module for more information.

Specs

decode!(String.t(), keyword()) :: RDF.Graph.t() | RDF.Dataset.t()

Decodes a serialized RDF.Graph or RDF.Dataset from a string.

As opposed to decode/2, it raises an exception if an error occurs.

Note: The __using__ macro automatically provides an overridable default implementation based on the non-bang decode function.