Sha256: da0fc768aa872f0e5f682142840b56ad27ada07bb8c5edf9fcee640392c908e3

Contents?: true

Size: 170 Bytes

Versions: 8

Compression:

Stored size: 170 Bytes

Contents

require 'flattr/error/client_error'

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
flattr-0.3.7 lib/flattr/error/not_found.rb
flattr-0.3.6 lib/flattr/error/not_found.rb
flattr-0.3.5 lib/flattr/error/not_found.rb
flattr-0.3.4 lib/flattr/error/not_found.rb
flattr-0.3.3 lib/flattr/error/not_found.rb
flattr-0.3.2 lib/flattr/error/not_found.rb
flattr-0.3.1 lib/flattr/error/not_found.rb
flattr-0.3.0 lib/flattr/error/not_found.rb