numbers v4.0.0 Numbers.CannotConvertToFloatError exception

Summary

Functions

Raised by to_float/1 when (lossy) conversion to float is not possible

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Functions

__struct__()

Raised by to_float/1 when (lossy) conversion to float is not possible.

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.