Registry / utility / interception

interception

JSON →
library0.5rbrubygemsunverified

Provides a cross-platform ability to intercept all exceptions as they are raised.

gem install interception
INSTALL
IMPORT
SIG · INTERCEPTION
I
interception
utilityrubyv0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Interception
require 'interception'

Listen for all exceptions.

require 'interception' Interception.listen do |exception, binding| puts "Caught: #{exception.class}" end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
interception — gem install interception · libregistry