Exception: RubyQt6::RSpec::QlassFileParser::MissingLine

Inherits:
StandardError
  • Object
show all
Defined in:
lib/qt6/rspec/qlass_file_parser.rb

Instance Method Summary collapse

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