class Zeitwerk::ReloadingDisabledError

def initialize

def initialize
  super("can't reload, please call loader.enable_reloading before setup")
end