orange 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module Orange::Middleware
19
19
 
20
20
  def call(env)
21
21
  @app.call(env)
22
- rescue StandardError, LoadError, SyntaxError => e
22
+ rescue Exception => e
23
23
  backtrace = pretty(env, e)
24
24
 
25
25
  [500,
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 6
9
- version: 0.3.6
8
+ - 7
9
+ version: 0.3.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Haslem