class PandaGo::ContentTypeNotSupportedError

Public Class Methods

new(type_name) click to toggle source
Calls superclass method
# File lib/pandago/errors.rb, line 5
def initialize(type_name)
  super("Content-Type not supported for: #{ type_name }")
end