Exception: USPSFlags::Errors::PNGGenerationError
- Inherits:
-
StandardError
- Object
- StandardError
- USPSFlags::Errors::PNGGenerationError
- Defined in:
- lib/usps_flags/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(msg = "There was an error generating the PNG file.", svg: "") ⇒ PNGGenerationError
constructor
A new instance of PNGGenerationError.
Constructor Details
#initialize(msg = "There was an error generating the PNG file.", svg: "") ⇒ PNGGenerationError
Returns a new instance of PNGGenerationError.
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 |