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