Exception: Webhookr::InvalidServiceNameError

Inherits:
NameError
  • Object
show all
Defined in:
lib/webhookr/invalid_service_name_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(service_name) ⇒ InvalidServiceNameError

Returns a new instance of InvalidServiceNameError.



5
6
7
# File 'lib/webhookr/invalid_service_name_error.rb', line 5

def initialize(service_name)
  super(%{Bad service name "#{service_name}"})
end