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: trueis set in the host app's config, orstart/1is called withenabled: trueexplicitly.
Summary
Types
@type t() :: %Money.Input.VisualizerDisabledError{__exception__: term()}