Exception: Pincers::Http::EncodingNotSupported

Inherits:
StandardError
  • Object
show all
Defined in:
lib/pincers/http/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(_encoding) ⇒ EncodingNotSupported

Returns a new instance of EncodingNotSupported.



16
17
18
# File 'lib/pincers/http/errors.rb', line 16

def initialize(_encoding)
  super "#{_encoding} is not supported by this operation"
end