Exception: USPSFlags::Errors::ZipGenerationError
- Inherits:
-
StandardError
- Object
- StandardError
- USPSFlags::Errors::ZipGenerationError
- Defined in:
- lib/usps_flags/errors.rb
Overview
Instance Method Summary collapse
-
#initialize(msg = "There was an error generating the zip file.", type: nil, cause: nil) ⇒ ZipGenerationError
constructor
A new instance of ZipGenerationError.
Constructor Details
#initialize(msg = "There was an error generating the zip file.", type: nil, cause: nil) ⇒ ZipGenerationError
Returns a new instance of ZipGenerationError.
15 16 17 |
# File 'lib/usps_flags/errors.rb', line 15 def initialize(msg = "There was an error generating the zip file.", type: nil, cause: nil) super(msg) end |