Exception: Sneaql::Exceptions::NoStatementsFoundInFile
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Sneaql::Exceptions::NoStatementsFoundInFile
- Defined in:
- lib/sneaql_lib/exceptions.rb
Overview
Sneaql step files must not be empty
Instance Method Summary collapse
-
#initialize(msg = 'No statements found in step file.') ⇒ NoStatementsFoundInFile
constructor
A new instance of NoStatementsFoundInFile.
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 |