Exception: Zeitwerk::ReloadingDisabledError

Inherits:
Error
  • Object
show all
Defined in:
lib/zeitwerk/error.rb

Instance Method Summary collapse

Constructor Details

#initializeReloadingDisabledError

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