Sha256: b7f5c864222608e54d19fe4435c42b0e76cc0c231dbe506afd9310f0b8b958b2

Contents?: true

Size: 1.11 KB

Versions: 15

Compression:

Stored size: 1.11 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 VideoNotFound             < BaseException; end
  class VideoMovieError           < BaseException; end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
rest-ftp-daemon-1.1.1 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.1.0 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.15 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.14 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.13 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.12 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.11 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.10 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.9 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.8 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.7 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.6 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.5 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.4 lib/rest-ftp-daemon/exceptions.rb
rest-ftp-daemon-1.0.3 lib/rest-ftp-daemon/exceptions.rb