Exception: Empire::MissingServiceError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

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