Method: Steep::Errors::ElseOnExhaustiveCase#initialize

Defined in:
lib/steep/errors.rb

#initialize(node:, type:) ⇒ ElseOnExhaustiveCase

Returns a new instance of ElseOnExhaustiveCase.



459
460
461
462
463
# File 'lib/steep/errors.rb', line 459

def initialize(node:, type:)
  def to_s
    "#{location_to_str}: ElseOnExhaustiveCase: type=#{type}"
  end
end