Packages

Utilities for working with semver.org-compliant version strings

Retired package: Deprecated - Didn't realize that Elixir had this functionality already built-in

Current section

Files

Jump to
semver lib error.ex
Raw

lib/error.ex

defmodule Semver.Error do
@moduledoc """
Represents errors that occur when working with versions.
"""
defexception message: "An error occurred working with a version"
end