<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>lib/httparty/exceptions.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,10 +6,7 @@ require 'rubygems'
 require 'active_support'
 require 'module_level_inheritable_attributes'
 
-module HTTParty
-  class UnsupportedFormat &lt; StandardError; end
-  class RedirectionTooDeep &lt; StandardError; end
-  
+module HTTParty  
   AllowedFormats = {:xml =&gt; 'text/xml', :json =&gt; 'application/json', :html =&gt; 'text/html'}
   
   def self.included(base)
@@ -98,4 +95,5 @@ module HTTParty
   end
 end
 
+require 'httparty/exceptions'
 require 'httparty/request'
\ No newline at end of file</diff>
      <filename>lib/httparty.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>80aa3595d504dccb175e35797db6bfada427ee93</id>
    </parent>
  </parents>
  <author>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </author>
  <url>http://github.com/jnunemaker/httparty/commit/057e3f1a19426a61913f59fac7189e0a47b6dfa5</url>
  <id>057e3f1a19426a61913f59fac7189e0a47b6dfa5</id>
  <committed-date>2008-12-06T19:03:28-08:00</committed-date>
  <authored-date>2008-12-06T19:03:28-08:00</authored-date>
  <message>Moved exceptions to their own file.</message>
  <tree>37504a8b1a9c907e2e6d15bcd716bad7787613a4</tree>
  <committer>
    <name>John Nunemaker</name>
    <email>nunemaker@gmail.com</email>
  </committer>
</commit>
