Exception: Script::Layers::Infrastructure::Errors::ScriptServiceUserError

Inherits:
ScriptProjectError
  • Object
show all
Defined in:
lib/project_types/script/layers/infrastructure/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(query_name, errors) ⇒ ScriptServiceUserError

Returns a new instance of ScriptServiceUserError.



29
30
31
# File 'lib/project_types/script/layers/infrastructure/errors.rb', line 29

def initialize(query_name, errors)
  super("Failed performing #{query_name}. Errors: #{errors}.")
end