Exception: USPSFlags::Errors::UnknownBurgee

Inherits:
StandardError
  • Object
show all
Defined in:
lib/usps_flags/burgees/errors.rb

Instance Method Summary collapse

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