Exception: Sneaql::Exceptions::NoStatementsFoundInFile

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

Overview

Sneaql step files must not be empty

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'No statements found in step file.') ⇒ NoStatementsFoundInFile

Returns a new instance of NoStatementsFoundInFile.



93
94
95
# File 'lib/sneaql_lib/exceptions.rb', line 93

def initialize(msg = 'No statements found in step file.')
  super
end