Method: ExceptionHub.handle_exception

Defined in:
lib/exception_hub.rb

.handle_exception(exception, env) ⇒ Object



17
18
19
# File 'lib/exception_hub.rb', line 17

def self.handle_exception(exception, env)
  Interceptor.new(exception, env).intercept!
end