Current section

Files

Jump to
polyn lib core stream_exception.ex
Raw

lib/core/stream_exception.ex

defmodule Polyn.StreamException do
@moduledoc """
Error raised when there are problems with a stream or it's not found
"""
defexception [:message]
end