Current section

Files

Jump to
unit_fun lib unit_fun errors cannot_compare_error.ex
Raw

lib/unit_fun/errors/cannot_compare_error.ex

defmodule UnitFun.Errors.CannotCompareError do
defexception message: "Cannot compare values with different units."
end