Class: Bugloco::Exception
- Inherits:
-
Object
- Object
- Bugloco::Exception
- Defined in:
- lib/bugloco.rb
Instance Method Summary collapse
-
#initialize(exception) ⇒ Exception
constructor
A new instance of Exception.
- #load_environment ⇒ Object
- #prepare_proto_message ⇒ Object
Constructor Details
#initialize(exception) ⇒ Exception
Returns a new instance of Exception.
6 7 8 9 |
# File 'lib/bugloco.rb', line 6 def initialize(exception) @exception = exception @proto_message = nil end |