Exception: Zeitwerk::ReloadingDisabledError
- Defined in:
- lib/zeitwerk/error.rb
Instance Method Summary collapse
-
#initialize ⇒ ReloadingDisabledError
constructor
: () -> void.
Constructor Details
#initialize ⇒ ReloadingDisabledError
: () -> void
9 10 11 |
# File 'lib/zeitwerk/error.rb', line 9 def initialize super("can't reload, please call loader.enable_reloading before setup") end |