Exception: Assertion::UnreachableError

Inherits:
AssertionError show all
Defined in:
lib/kwatable/util/assertion.rb

Overview

assertion error class

Instance Method Summary collapse

Methods inherited from AssertionError

#_to_s, #initialize

Constructor Details

This class inherits a constructor from Assertion::AssertionError

Instance Method Details

#to_sObject



44
45
46
47
# File 'lib/kwatable/util/assertion.rb', line 44

def to_s
  s = _to_s()
  return "*** unreachable error: #{s}"
end