Packages

A pure Elixir implementation of Google Protobuf.

Current section

Files

Jump to
protobuf_ex lib protobuf error.ex
Raw

lib/protobuf/error.ex

defmodule Protobuf.DecodeError do
defexception message: "something wrong when decoding"
end
defmodule Protobuf.InvalidError do
defexception [:message]
end