Exception: Sneaql::Exceptions::MalformedSneaqlCommandsInStep

Inherits:
BaseError
  • Object
show all
Defined in:
lib/sneaql_lib/exceptions.rb

Overview

Sneaql command tags must be formed correctly

Instance Method Summary collapse

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