Exception: PngCheck::EmptyPngError
- Inherits:
-
CorruptPngError
- Object
- StandardError
- CorruptPngError
- PngCheck::EmptyPngError
- Defined in:
- lib/pngcheck.rb
Instance Method Summary collapse
-
#initialize(msg = EMPTY_IMAGE) ⇒ EmptyPngError
constructor
A new instance of EmptyPngError.
Methods inherited from CorruptPngError
Constructor Details
#initialize(msg = EMPTY_IMAGE) ⇒ EmptyPngError
Returns a new instance of EmptyPngError.
28 29 30 |
# File 'lib/pngcheck.rb', line 28 def initialize(msg = EMPTY_IMAGE) super(msg, STATUS_CRITICAL_ERROR) end |