Sha256: 4ae2404b738e513e9ac8c01d46859a59f66d562c3e8592fe3045d41afbbb36b2

Contents?: true

Size: 1.02 KB

Versions: 4

Compression:

Stored size: 1.02 KB

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 JobSourceNotReadable      < 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

4 entries across 4 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.202.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.202.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.202 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.200 lib/rest-ftp-daemon/exceptions.rb