Module: Cfer::Util

Defined in:
lib/cfer/util/error.rb

Defined Under Namespace

Modules: Json Classes: CferError, CferValidationError, FileDoesNotExistError, StackDoesNotExistError, StackExistsError, TemplateError

Class Method Summary collapse

Class Method Details

.bug_report(e) ⇒ Object



32
33
34
35
# File 'lib/cfer/util/error.rb', line 32

def self.bug_report(e)
  gather_report e
  transmit_report if agree('Would you like to send this information in a bug report? (type yes/no)')
end