Exception: USPSFlags::Errors::PNGConversionError
- Inherits:
-
StandardError
- Object
- StandardError
- USPSFlags::Errors::PNGConversionError
- Defined in:
- lib/usps_flags/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'There was an error converting the PNG file.') ⇒ PNGConversionError
constructor
A new instance of PNGConversionError.
Constructor Details
#initialize(msg = 'There was an error converting the PNG file.') ⇒ PNGConversionError
Returns a new instance of PNGConversionError.
18 19 20 |
# File 'lib/usps_flags/errors.rb', line 18 def initialize(msg = 'There was an error converting the PNG file.') super(msg) end |