Sha256: d0537456cf865c8fdd677eb65798e386e111d9afbf849b88ada4af7867d3f6fb

Contents?: true

Size: 981 Bytes

Versions: 8

Compression:

Stored size: 981 Bytes

Contents

module RestFtpDaemon

  class RestFtpDaemonException    < StandardError; end

  class DummyException            < RestFtpDaemonException; end

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

  class JobException              < RestFtpDaemonException; end
  class JobNotFound               < RestFtpDaemonException; end
  class JobUnresolvedTokens       < RestFtpDaemonException; end
  class JobAssertionFailed        < RestFtpDaemonException; end
  class JobMissingAttribute       < RestFtpDaemonException; end
  class JobSourceNotFound         < RestFtpDaemonException; end
  class JobTargetUnsupported      < RestFtpDaemonException; end
  class JobTargetUnparseable      < RestFtpDaemonException; end
  class JobTargetFileExists       < RestFtpDaemonException; end
  class JobTargetShouldBeDirectory< RestFtpDaemonException; end
  class JobTooManyOpenFiles       < RestFtpDaemonException; end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.104.5 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.103.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.101 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.100.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.100 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.95.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.94.4 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.90.1 lib/rest-ftp-daemon/exceptions.rb