<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,6 +4,8 @@ require 'sinatra/async'
 class AsyncTest &lt; Sinatra::Base
   register Sinatra::Async
 
+  enable :show_exceptions
+
   aget '/' do
     body &quot;hello async&quot;
   end
@@ -12,6 +14,10 @@ class AsyncTest &lt; Sinatra::Base
     EM.add_timer(n.to_i) { body { &quot;delayed for #{n} seconds&quot; } }
   end
 
+  aget '/raise' do
+    raise 'boom'
+  end
+
 end
 
-run AsyncTest.new
\ No newline at end of file
+run AsyncTest.new</diff>
      <filename>examples/basic.ru</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>20225890f11995a67516a6d6d8111569885077e9</id>
    </parent>
  </parents>
  <author>
    <name>raggi</name>
    <email>jftucker@gmail.com</email>
  </author>
  <url>http://github.com/raggi/async_sinatra/commit/9d531a2ec982cf76c2248896aa779b830513033a</url>
  <id>9d531a2ec982cf76c2248896aa779b830513033a</id>
  <committed-date>2009-09-14T01:17:06-07:00</committed-date>
  <authored-date>2009-09-14T01:17:06-07:00</authored-date>
  <message>show off amans new exceptions handling stuff</message>
  <tree>f5406d0fd8c793745cedf00303ef6477ce43d521</tree>
  <committer>
    <name>raggi</name>
    <email>jftucker@gmail.com</email>
  </committer>
</commit>
