Exception: USPSFlags::Errors::PNGGenerationError

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

Overview

Since:

  • 0.1.5

Instance Method Summary collapse

Constructor Details

#initialize(msg = "There was an error generating the PNG file.", svg: "") ⇒ PNGGenerationError

Returns a new instance of PNGGenerationError.

Since:

  • 0.1.5



3
4
5
# File 'lib/usps_flags/errors.rb', line 3

def initialize(msg = "There was an error generating the PNG file.", svg: "")
  super(msg)
end