Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
rapid7
Edit Copy
Star
GitHub Repository:
rapid7/metasploit-framework
Path:
blob/master/lib/anemone/exceptions.rb
2
1
4
6
7
views
1
module
Anemone
2
class
Error
<
::
StandardError
3
attr_accessor
:wrapped_exception
4
end
5
end
6
7