Exception: ConvenientService::Service::Plugins::HasResult::Exceptions::ResultIsNotOverridden

Inherits:
Exception
  • Object
show all
Defined in:
lib/convenient_service/service/plugins/has_result/exceptions.rb

Instance Method Summary collapse

Methods inherited from Exception

new

Instance Method Details

#initialize_with_kwargs(service:) ⇒ Object



9
10
11
12
13
14
15
# File 'lib/convenient_service/service/plugins/has_result/exceptions.rb', line 9

def initialize_with_kwargs(service:)
  message = "    Result method (#result) of `\#{service.class}` is NOT overridden.\n  TEXT\n\n  initialize(message)\nend\n"