Exception: ShareWith::InvalidService

Inherits:
StandardError
  • Object
show all
Defined in:
lib/share_with/utils.rb

Overview

Invalid service error.

Instance Method Summary collapse

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