Elixir v0.2.0 Nostrum.Error.CacheError exception

Represents an error when interacting with the cache.

This occurs likely because a specified item could not be found in the cache. This should only occur when using the banged cache methods.

Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Functions

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

Callback implementation for Exception.exception/1.

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

Callback implementation for Exception.message/1.