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
bitbucket_rest_api-0.1.0 lib/bitbucket_rest_api/error/not_found.rb