Exception: PngCheck::EmptyPngError
- Inherits:
-
StandardError
- Object
- StandardError
- PngCheck::EmptyPngError
- Defined in:
- lib/pngcheck.rb
Instance Method Summary collapse
-
#initialize(msg = EMPTY_IMAGE) ⇒ EmptyPngError
constructor
A new instance of EmptyPngError.
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 |