<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -100,7 +100,7 @@ module_eval &lt;&lt;'..end lib/tmail/parser.y modeval..id2dd1c7d21d', 'lib/tmail/parse
   end
   
   def on_error( t, val, vstack )
-    raise SyntaxError, &quot;parse error on token #{racc_token2str t}&quot;
+    raise TMail::SyntaxError, &quot;parse error on token #{racc_token2str t}&quot;
   end
 
 ..end lib/tmail/parser.y modeval..id2dd1c7d21d</diff>
      <filename>lib/tmail/parser.rb</filename>
    </modified>
    <modified>
      <diff>@@ -411,6 +411,6 @@ require 'tmail/utils'
   end
   
   def on_error( t, val, vstack )
-    raise SyntaxError, &quot;parse error on token #{racc_token2str t}&quot;
+    raise TMail::SyntaxError, &quot;parse error on token #{racc_token2str t}&quot;
   end
 </diff>
      <filename>lib/tmail/parser.y</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9dab99aa24a3960d6907d1d4f8e5a00e65591c3a</id>
    </parent>
  </parents>
  <author>
    <name>Mikel Lindsaar</name>
    <email>raasdnil@gmail.com</email>
  </author>
  <url>http://github.com/mikel/tmail/commit/0964dd6cbfc75ccc0f4f58b7e4c264a709aa0863</url>
  <id>0964dd6cbfc75ccc0f4f58b7e4c264a709aa0863</id>
  <committed-date>2009-07-02T23:26:55-07:00</committed-date>
  <authored-date>2009-07-02T23:26:55-07:00</authored-date>
  <message>Changed parser to use TMail::SyntaxError per patch from technoweenie</message>
  <tree>ed2eadc893625e3cb71cf1a4d78fb18ecffda020</tree>
  <committer>
    <name>Mikel Lindsaar</name>
    <email>raasdnil@gmail.com</email>
  </committer>
</commit>
