Exception: RubyQt6::RSpec::QlassFileParser::MissingLine
- Inherits:
-
StandardError
- Object
- StandardError
- RubyQt6::RSpec::QlassFileParser::MissingLine
- Defined in:
- lib/qt6/rspec/qlass_file_parser.rb
Instance Method Summary collapse
-
#initialize(expected, got) ⇒ MissingLine
constructor
A new instance of MissingLine.
Constructor Details
#initialize(expected, got) ⇒ MissingLine
Returns a new instance of MissingLine.
14 15 16 |
# File 'lib/qt6/rspec/qlass_file_parser.rb', line 14 def initialize(expected, got) super("Missing line: expected '#{expected}', but got '#{got}'") end |