Exception: Im::ReloadingDisabledError

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

Instance Method Summary collapse

Constructor Details

#initializeReloadingDisabledError

Returns a new instance of ReloadingDisabledError.



8
9
10
# File 'lib/im/error.rb', line 8

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