Exception: PngCheck::EmptyPngError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = EMPTY_IMAGE) ⇒ EmptyPngError

Returns a new instance of EmptyPngError.



13
14
15
# File 'lib/pngcheck.rb', line 13

def initialize(msg = EMPTY_IMAGE)
  super
end