Exception: MagicPath::PathManager::AlreadyExistsError

Inherits:
MethodError
  • Object
show all
Defined in:
lib/magic_path/path_manager.rb

Instance Method Summary collapse

Methods inherited from MethodError

#initialize

Constructor Details

This class inherits a constructor from MagicPath::PathManager::MethodError

Instance Method Details

#messageObject



15
16
17
# File 'lib/magic_path/path_manager.rb', line 15

def message
  format('Path %s already exists', @meth.inspect)
end