Registry / utility / nesty
library1.0.2rbrubygemsunverified

Provides nested exception support for Ruby.

gem install nesty
INSTALL
IMPORT
SIG · NESTY
N
nesty
utilityrubyv1.0.2
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.

Nesty
require 'nesty'

Raise a nested exception

require 'nesty' begin raise StandardError.new('inner') rescue => e raise Nesty::NestedStandardError.new('outer', e) end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
nesty — gem install nesty · libregistry