Sha256: c19aa318bcfc3822baed1b13243073b1208abb63ae9c804f4bdac7478e13bc2f

Contents?: true

Size: 1 KB

Versions: 4

Compression:

Stored size: 1 KB

Contents

module RestFtpDaemon

  class RestFtpDaemonException < StandardError; end

  class DummyException < RestFtpDaemonException; end

  class RequestSourceMissing     < RestFtpDaemonException; end
  class RequestSourceNotFound    < RestFtpDaemonException; end
  class RequestTargetMissing     < RestFtpDaemonException; end
  class RequestTargetScheme      < RestFtpDaemonException; end

  class JobPrerequisitesNotMet   < RestFtpDaemonException; end

  class JobNotFound              < RestFtpDaemonException; end
  class JobSourceMissing         < RestFtpDaemonException; end
  class JobSourceNotFound        < RestFtpDaemonException; end
  class JobTargetMissing         < RestFtpDaemonException; end
  class JobTargetUnparseable     < RestFtpDaemonException; end
  #class JobTargetPermission      < RestFtpDaemonException; end
  class JobTargetFileExists      < RestFtpDaemonException; end

  class NotificationMissingUrl   < RestFtpDaemonException; end
  class NotificationMissingSignal   < RestFtpDaemonException; end


end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.60 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.6 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.55 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.41 lib/rest-ftp-daemon/exceptions.rb