class MutationSetupException

Public Class Methods

new(msg='MutationSetupException') click to toggle source
Calls superclass method
# File lib/ruby-mutant/exceptions/mutation_setup_exception.rb, line 2
def initialize(msg='MutationSetupException')
  super(msg)
end