Class Mechanize::ContentTypeError
In: lib/mechanize/content_type_error.rb
Parent: Mechanize::Error

This error is raised when a pluggable parser tries to parse a content type that it does not know how to handle. For example if Mechanize::Page were to try to parse a PDF, a ContentTypeError would be thrown.

Methods

new  

Attributes

content_type  [R] 

Public Class methods

[Validate]