Exception: MutationSetupException

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby-mutant/exceptions/mutation_setup_exception.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'MutationSetupException') ⇒ MutationSetupException

Returns a new instance of MutationSetupException.



2
3
4
# File 'lib/ruby-mutant/exceptions/mutation_setup_exception.rb', line 2

def initialize(msg='MutationSetupException')
  super(msg)
end