Class StandardError
In: lib/boxgrinder-core/errors.rb
lib/boxgrinder-core/errors.rb
Parent: Object

Methods

info   info  

Public Instance methods

[Source]

    # File lib/boxgrinder-core/errors.rb, line 46
46:   def info
47:     "#{self.class}: #{message}#$/#{backtrace.join($/)}"
48:   end

[Source]

    # File lib/boxgrinder-core/errors.rb, line 46
46:   def info
47:     "#{self.class}: #{message}#$/#{backtrace.join($/)}"
48:   end

[Validate]