Current section
Files
Jump to
Current section
Files
lib/barrel/exception.ex
defmodule BarrelEx.Exception do
@moduledoc """
Represents a Barrel exception. Not currently used as we return the
Erlang errors from Barrel app.
"""
defexception message: "BarrelDB exception"
end