HTTPipe v0.9.0 HTTPipe.Conn.AlreadyExecutedError exception

This exception is raised when the Conn you are executing has already been executed.

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Types

Functions

exception(msg)

Specs

exception(String.t) :: Exception.t
exception(Keyword.t) :: Exception.t
exception(nil) :: t

Callback implementation for c:Exception.exception/1.

message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.