Sha256: f09ee8e3175196d0e6fbdb4a02687609fc7f785a051f1bf36e98f2d983ac6966
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
module HockeyBrake class HockeyLogException < Exception attr_accessor(:innerexception) def initialize(exception) @innerexception = exception end def message() "An exception was thrown during handling of the exception from the HockeyBrake injector\n" + "Exception: #{@innerexception.message}" end end end
Version data entries
4 entries across 4 versions & 1 rubygems