Sha256: 3b9aa60bb6032ae30a1869eb2e677d5669f7d42cf02fca2745dafa3f8669db19
Contents?: true
Size: 559 Bytes
Versions: 8
Compression:
Stored size: 559 Bytes
Contents
module Wordmove class UndefinedEnvironment < StandardError; end class NoAdapterFound < StandardError; end class MovefileNotFound < StandardError; end class ShellCommandError < StandardError; end class ImplementInSubclassError < StandardError; end class UnmetPeerDependencyError < StandardError; end class RemoteHookException < StandardError; end class LocalHookException < StandardError; end class FtpNotSupportedException < StandardError def message 'FTP protocol is no more supported in verison >= 6.0' end end end
Version data entries
8 entries across 8 versions & 1 rubygems