Class: Sailpoint::Helpers
Defined Under Namespace
Classes: AuthenticationException
Class Method Summary collapse
-
.print_exception(msg = '') ⇒ Object
Used to printout a [Red] message to STDOUT in case you want to print a message without causing an Exception.
Class Method Details
.print_exception(msg = '') ⇒ Object
Used to printout a [Red] message to STDOUT in case you want to print a message without causing an Exception.
7 8 9 |
# File 'lib/sailpoint/helpers.rb', line 7 def self.print_exception(msg = '') puts "\e[31m#{msg}\e[0m" end |