class Zeitwerk::ReloadingDisabledError

def initialize

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