Exception: PngCheck::EmptyPngError

Inherits:
CorruptPngError show all
Defined in:
lib/pngcheck.rb

Instance Method Summary collapse

Methods inherited from CorruptPngError

#status

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