Exception: Empire::MissingServiceError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Empire::MissingServiceError
- Defined in:
- lib/exceptions.rb
Instance Method Summary collapse
-
#initialize(msg = "Service must be specified") ⇒ MissingServiceError
constructor
A new instance of MissingServiceError.
Constructor Details
#initialize(msg = "Service must be specified") ⇒ MissingServiceError
Returns a new instance of MissingServiceError.
18 19 20 |
# File 'lib/exceptions.rb', line 18 def initialize(msg = "Service must be specified") super end |