Exception: SupergoodException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/supergood/constants.rb

Overview

GZIP_START_BYTES = b’x1fx8b’

Instance Method Summary collapse

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 = message)
  super(msg)
end