Money.Input.VisualizerDisabledError exception (Money.Input v0.1.0)

View Source

Raised by Money.Input.Visualizer.Standalone.start/1 when the visualizer hasn't been opted into.

The visualizer is a development tool. To keep it from accidentally shipping to production, the standalone helper refuses to start unless either:

  • config :ex_money_input, visualizer: true is set in the host app's config, or

  • start/1 is called with enabled: true explicitly.

Summary

Types

t()

@type t() :: %Money.Input.VisualizerDisabledError{__exception__: term()}