# File lib/kwalify/errors.rb, line 16
    def initialize(msg)
      super("*** assertion error: " + msg)
    end