Exception: Script::Layers::Infrastructure::Errors::ScriptServiceUserError
- Inherits:
-
ScriptProjectError
- Object
- StandardError
- ScriptProjectError
- Script::Layers::Infrastructure::Errors::ScriptServiceUserError
- Defined in:
- lib/project_types/script/layers/infrastructure/errors.rb
Instance Method Summary collapse
-
#initialize(query_name, errors) ⇒ ScriptServiceUserError
constructor
A new instance of ScriptServiceUserError.
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 |