Exception: SupergoodException
- Inherits:
-
StandardError
- Object
- StandardError
- SupergoodException
- Defined in:
- lib/supergood/constants.rb
Overview
GZIP_START_BYTES = b’x1fx8b’
Instance Method Summary collapse
-
#initialize(msg = message) ⇒ SupergoodException
constructor
A new instance of SupergoodException.
Constructor Details
#initialize(msg = message) ⇒ SupergoodException
Returns a new instance of SupergoodException.
33 34 35 |
# File 'lib/supergood/constants.rb', line 33 def initialize(msg = ) super(msg) end |