class Doing::Errors::DoingStandardError

Public Class Methods

new(msg = '') click to toggle source
Calls superclass method
# File lib/doing/errors.rb, line 22
def initialize(msg = '')
  Doing.logger.output_results

  super
end