class MTRubyError
Description:
MTRubyError is class for desribing errors that can occur in MicroTESK test templates.
TODO: Needs a review.
Public Class Methods
new(msg = "You've triggered an MTRuby Error. TODO: avoid these situations and print stack trace")
click to toggle source
Calls superclass method
# File utils.rb, line 26 def initialize(msg = "You've triggered an MTRuby Error. TODO: avoid these situations and print stack trace") super end