Class: Sailpoint::Helpers

Inherits:
Object show all
Defined in:
lib/sailpoint/helpers.rb

Defined Under Namespace

Classes: AuthenticationException

Class Method Summary collapse

Class Method Details

Used to printout a [Red] message to STDOUT in case you want to print a message without causing an Exception.

Parameters:

  • msg (String) (defaults to: '')
    • The excpetion message that should be printed out



7
8
9
# File 'lib/sailpoint/helpers.rb', line 7

def self.print_exception(msg = '')
  puts "\e[31m#{msg}\e[0m"
end