Sha256: 721ad0ce07884d396ed4aad0307adaaba00d523b0efe3fa169e28fa541ae79e4

Contents?: true

Size: 1.05 KB

Versions: 6

Compression:

Stored size: 1.05 KB

Contents

module RestFtpDaemon

  class BaseException             < StandardError; end

  class AssertionFailed           < BaseException; end

  class InvalidWorkerNumber       < BaseException; end
  class QueueCantCreateJob        < BaseException; end
  class JobTimeout                < BaseException; end
  class JobNotFound               < BaseException; end

  class JobException              < BaseException; end
  class JobAttributeMissing       < BaseException; end
  class JobUnresolvedTokens       < BaseException; end

  class LocationParseError        < BaseException; end
  class SchemeUnsupported         < BaseException; end

  class SourceUnsupported         < BaseException; end
  class SourceNotFound            < BaseException; end

  class TargetUnsupported         < BaseException; end
  class TargetFileExists          < BaseException; end
  class TargetDirectoryError      < BaseException; end
  class TargetPermissionError     < BaseException; end

  class VideoMissingBinary        < BaseException; end
  class VideoMovieError           < BaseException; end


end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.0.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.502.2 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.502.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.502.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-0.501.0 lib/rest-ftp-daemon/exceptions.rb