RDF.Serialization.Decoder.decode_from_stream-exclamation-mark

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

decode_from_stream!(arg1, keyword)

View Source (optional)

Specs

decode_from_stream!(Enumerable.t(), keyword()) ::
  RDF.Graph.t() | RDF.Dataset.t()

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

As opposed to decode_from_stream/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.