Octokit v0.0.1 Octokit.Client.NotFoundError exception

Error raised when the target of an API request is not found.

Summary

Functions

Callback implementation for c:Exception.exception/1

Callback implementation for c:Exception.message/1

Functions

exception(msg)

Specs

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

Callback implementation for c:Exception.exception/1.

exception(module, body)
message(exception)

Specs

message(Exception.t) :: String.t

Callback implementation for c:Exception.message/1.