Sha256: 8d319af42a261aaabdffe7c310e617be8d7f5010a167f17c7fb6e072df0afebc

Contents?: true

Size: 170 Bytes

Versions: 5

Compression:

Stored size: 170 Bytes

Contents

require 'capgun/error/client_error'

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capgun-0.2.0 lib/capgun/error/not_found.rb
capgun-0.1.2 lib/capgun/error/not_found.rb
capgun-0.1.1 lib/capgun/error/not_found.rb
capgun-0.1.0 lib/capgun/error/not_found.rb
capgun-0.0.3 lib/capgun/error/not_found.rb