Sha256: d48b15343db854b1372817169fe1ac77ada3f498cd519c279c89fdd45eed952a

Contents?: true

Size: 1.08 KB

Versions: 6

Compression:

Stored size: 1.08 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 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 JobTargetShouldBeDirectory< RestFtpDaemonException; end
  class JobTooManyOpenFiles       < RestFtpDaemonException; end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.214.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.213.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.212.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.210.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.210.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.210.0 lib/rest-ftp-daemon/exceptions.rb