Exception: Webhookr::InvalidServiceNameError
- Inherits:
-
NameError
- Object
- NameError
- Webhookr::InvalidServiceNameError
- Defined in:
- lib/webhookr/invalid_service_name_error.rb
Instance Method Summary collapse
-
#initialize(service_name) ⇒ InvalidServiceNameError
constructor
A new instance of InvalidServiceNameError.
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 |