Exception: ShareWith::InvalidService
- Inherits:
-
StandardError
- Object
- StandardError
- ShareWith::InvalidService
- Defined in:
- lib/share_with/utils.rb
Overview
Invalid service error.
Instance Method Summary collapse
-
#initialize(name) ⇒ InvalidService
constructor
A new instance of InvalidService.
Constructor Details
#initialize(name) ⇒ InvalidService
Returns a new instance of InvalidService.
39 40 41 |
# File 'lib/share_with/utils.rb', line 39 def initialize(name) super "Invalid service: #{name}" end |