Sha256: 7a5e8ac15d38ced0ecf36565f13ac0e39b73ad80895ba8974d1f27a53f82b811

Contents?: true

Size: 1.21 KB

Versions: 42

Compression:

Stored size: 1.21 KB

Contents

module RestFtpDaemon

  class RestFtpDaemonException    < StandardError; end

  class DummyException            < RestFtpDaemonException; end

  class MissingQueue              < RestFtpDaemonException; end
  class MissingPool               < RestFtpDaemonException; end
  class InvalidWorkerNumber       < RestFtpDaemonException; end

  class JobException              < RestFtpDaemonException; end
  class JobTimeout                < RestFtpDaemonException; end
  class JobNotFound               < RestFtpDaemonException; end
  class JobUnresolvedTokens       < RestFtpDaemonException; end
  class JobAssertionFailed        < RestFtpDaemonException; end
  class JobMissingAttribute       < RestFtpDaemonException; end
  class JobSourceNotFound         < RestFtpDaemonException; end
  class JobSourceNotReadable      < RestFtpDaemonException; end
  class JobTargetUnsupported      < RestFtpDaemonException; end
  class JobTargetUnparseable      < RestFtpDaemonException; end
  class JobTargetFileExists       < RestFtpDaemonException; end
  class JobTargetDirectoryError   < RestFtpDaemonException; end
  class JobTargetPermissionError  < RestFtpDaemonException; end
  class JobTooManyOpenFiles       < RestFtpDaemonException; end

end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.306.4 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.306.3 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.306.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.306.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.305.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.304.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.302.3 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.302.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.302.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.302.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.300.3 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.300.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.300.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.250.5 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.250.4 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.250.3 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.250.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.247.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.247.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.246.1 lib/rest-ftp-daemon/exceptions.rb