class Kwalify::AssertionError

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/kwalify/errors.rb, line 16
def initialize(msg)
  super("*** assertion error: " + msg)
end