Exception: USPSFlags::Errors::UnknownBurgee
- Inherits:
-
StandardError
- Object
- StandardError
- USPSFlags::Errors::UnknownBurgee
- Defined in:
- lib/usps_flags/burgees/errors.rb
Instance Method Summary collapse
-
#initialize(msg = "You have requested an unknown burgee.") ⇒ UnknownBurgee
constructor
A new instance of UnknownBurgee.
Constructor Details
#initialize(msg = "You have requested an unknown burgee.") ⇒ UnknownBurgee
Returns a new instance of UnknownBurgee.
6 7 8 |
# File 'lib/usps_flags/burgees/errors.rb', line 6 def initialize(msg = "You have requested an unknown burgee.") super(msg) end |