<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -64,12 +64,12 @@ module Hoptoad
     
     class &lt;&lt; self
       
-      def build(hash_or_exception, request = {}, session = {}, environment = {})
-        error_message = &quot;#{hash_or_exception.class.name}: #{hash_or_exception.message}&quot;
+      def build(exception, request = {}, session = {}, environment = {})
+        error_message = &quot;#{exception.class.name}: #{exception.message}&quot;
         new(
-          :error_class    =&gt; hash_or_exception.class.name, 
+          :error_class    =&gt; exception.class.name, 
           :error_message  =&gt; error_message,
-          :backtrace      =&gt; (hash_or_exception.backtrace || []),
+          :backtrace      =&gt; (exception.backtrace || []),
           :request        =&gt; request,
           :session        =&gt; session, 
           :environment    =&gt; environment</diff>
      <filename>lib/hoptoad/notice.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>accd83fd16b8633fecd3f2acf3be548773020cf8</id>
    </parent>
  </parents>
  <author>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </author>
  <url>http://github.com/lukeredpath/hoptoad_notifier/commit/a66218b45cc8c6281e9490e30c8800951658b3b3</url>
  <id>a66218b45cc8c6281e9490e30c8800951658b3b3</id>
  <committed-date>2008-08-15T09:18:41-07:00</committed-date>
  <authored-date>2008-08-15T09:18:41-07:00</authored-date>
  <message>Renamed variable, it will always be an exception</message>
  <tree>fdd9aceaa9a686286afb3aae2506ecd9012ec43f</tree>
  <committer>
    <name>Luke Redpath</name>
    <email>contact@lukeredpath.co.uk</email>
  </committer>
</commit>
