Exception: USPSFlags::Errors::ZipGenerationError

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 zip file.", type: nil, cause: nil) ⇒ ZipGenerationError

Returns a new instance of ZipGenerationError.

Since:

  • 0.1.5



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