Sha256: 94f659ae4f1a2314ed4ed347081acda20371b47685e239c4dc6f669643e443d7

Contents?: true

Size: 1.27 KB

Versions: 11

Compression:

Stored size: 1.27 KB

Contents

module RestFtpDaemon

  class RestFtpDaemonException    < StandardError; end

  class DummyException            < RestFtpDaemonException; end

  class MissingPool               < RestFtpDaemonException; end
  class InvalidWorkerNumber       < RestFtpDaemonException; end
  class QueueCantCreateJob        < RestFtpDaemonException; end
  class JobException              < RestFtpDaemonException; end
  class JobTimeout                < RestFtpDaemonException; end
  class JobNotFound               < RestFtpDaemonException; end


  class AttributeMissing          < RestFtpDaemonException; end
  class AssertionFailed           < RestFtpDaemonException; end
  class UnresolvedTokens          < RestFtpDaemonException; end
  class LocationParseError        < RestFtpDaemonException; end
  class UnsupportedScheme         < RestFtpDaemonException; end
  class MissingFfmpegLibraries    < RestFtpDaemonException; end

  class SourceNotSupported        < RestFtpDaemonException; end
  class SourceNotFound            < RestFtpDaemonException; end

  class TargetNotSupported        < RestFtpDaemonException; end
  class TargetFileExists          < RestFtpDaemonException; end
  class TargetDirectoryError      < RestFtpDaemonException; end
  class TargetPermissionError     < RestFtpDaemonException; end

end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.423.3 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.423.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.423.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.423.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.422.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.421.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.421.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.420.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.420.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.410.5 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.410.4 lib/rest-ftp-daemon/exceptions.rb