Sha256: 062c185bce437298096b59e6aedfceb25989404ff11958916b73a24bfab7a1d7

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

require 'hackeroo/error/client_error'

module Hackeroo
  class Error
    # Raised when Hackeroo returns the HTTP status code 404
    class NotFound < Hackeroo::Error::ClientError
      HTTP_STATUS_CODE = 404
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hackeroo-0.1.0 lib/hackeroo/error/not_found.rb