Exception: MKBrut::Ops::PrismParsingOp::ClassNotInSource

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mkbrut/ops/prism_parsing_op.rb

Instance Method Summary collapse

Constructor Details

#initialize(file:, class_name:) ⇒ ClassNotInSource

Returns a new instance of ClassNotInSource.



8
9
10
# File 'lib/mkbrut/ops/prism_parsing_op.rb', line 8

def initialize(file:, class_name:)
  super("Could not find the class '#{class_name}' inside '#{file}'")
end