Sha256: 6a7f14f4975ba1aba3aa3e593db58550de58d9a9c6af80dac6aa3af0309c6fb5

Contents?: true

Size: 245 Bytes

Versions: 21

Compression:

Stored size: 245 Bytes

Contents

# encoding: utf-8

module BitBucket #:nodoc
  # Raised when BitBucket returns the HTTP status code 404
  module Error
    class NotFound < ServiceError
      def initialize(env)
        super(env)
      end
    end
  end # Error
end # BitBucket

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
codenamev_bitbucket_api-0.4.1 lib/bitbucket_rest_api/error/not_found.rb
codenamev_bitbucket_api-0.4.0 lib/bitbucket_rest_api/error/not_found.rb
zz_bitbucket_rest_api-0.1.11 lib/bitbucket_rest_api/error/not_found.rb
zz_bitbucket_rest_api-0.1.10 lib/bitbucket_rest_api/error/not_found.rb
zz_bitbucket_rest_api-0.1.9 lib/bitbucket_rest_api/error/not_found.rb
zz_bitbucket_rest_api-0.1.8 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api2-0.9.5 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api2-0.9.1 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api2-0.2.2 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api2-0.2.1 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api2-0.2.0 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api-0.1.7 lib/bitbucket_rest_api/error/not_found.rb
reenhanced_bitbucket_api-0.3.2 lib/bitbucket_rest_api/error/not_found.rb
reenhanced_bitbucket_api-0.3.1 lib/bitbucket_rest_api/error/not_found.rb
reenhanced_bitbucket_api-0.3.0 lib/bitbucket_rest_api/error/not_found.rb
reenhanced_bitbucket_api-0.1.6 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api-0.1.5 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api-0.1.4 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api-0.1.2 lib/bitbucket_rest_api/error/not_found.rb
bitbucket_rest_api-0.1.1 lib/bitbucket_rest_api/error/not_found.rb