Exception: Sneaql::Exceptions::MalformedSneaqlCommandsInStep
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::MalformedSneaqlCommandsInStep
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Sneaql command tags must be formed correctly
Instance Method Summary collapse
-
#initialize(msg = 'Sneaql command tag is malformed.') ⇒ MalformedSneaqlCommandsInStep
constructor
A new instance of MalformedSneaqlCommandsInStep.
Constructor Details
#initialize(msg = 'Sneaql command tag is malformed.') ⇒ MalformedSneaqlCommandsInStep
Returns a new instance of MalformedSneaqlCommandsInStep.
100 101 102 |
# File 'lib/sneaql_lib/exceptions.rb', line 100 def initialize(msg = 'Sneaql command tag is malformed.') super end |