class Zeitwerk::ReloadingDisabledError

Public Class Methods

new() click to toggle source

: () -> void

Calls superclass method
# File lib/zeitwerk/error.rb, line 9
def initialize
  super("can't reload, please call loader.enable_reloading before setup")
end