Exception: USPSFlags::Errors::StaticFilesGenerationError

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 static files.", cause: nil) ⇒ StaticFilesGenerationError

Returns a new instance of StaticFilesGenerationError.

Since:

  • 0.1.5



9
10
11
# File 'lib/usps_flags/errors.rb', line 9

def initialize(msg = "There was an error generating the static files.", cause: nil)
  super(msg)
end