Exception: Ruact::ConfigurationError

Inherits:
Error
  • Object
show all
Defined in:
lib/ruact/errors.rb

Overview

Raised when application code attempts to mutate Ruact::Configuration outside of a Ruact.configure block. The configuration is frozen after initialization to prevent runtime drift; see Story 7.3 for the rationale and the decision note for guidance on when re-configuration at runtime is appropriate.