Exception: Suitcase::EANException
- Inherits:
-
Exception
- Object
- Exception
- Suitcase::EANException
- Defined in:
- lib/suitcase/hotel/hotel.rb
Instance Method Summary (collapse)
-
- (EANException) initialize(message)
constructor
A new instance of EANException.
Constructor Details
- (EANException) initialize(message)
A new instance of EANException
3 4 5 |
# File 'lib/suitcase/hotel/hotel.rb', line 3 def initialize() super() end |