Packages

A service for generating unique ID numbers at high scale with some simple guarantees

Current section

Files

Jump to
snowflakex lib snowflakex_errors.ex
Raw

lib/snowflakex_errors.ex

# Created by Patrick Schneider on 15.02.2017.
# Copyright (c) 2016 MeetNow! GmbH
defmodule Snowflakex.ClockError do
@moduledoc """
The snowflake could not be obtained due to the system clock moving backwards.
"""
defexception [:message, :remaining]
end