class Pincers::Http::EncodingNotSupported
Public Class Methods
new(_encoding)
click to toggle source
Calls superclass method
# File lib/pincers/http/errors.rb, line 16 def initialize(_encoding) super "#{_encoding} is not supported by this operation" end