Class: Umbreo::Helpers::ErrorException

Inherits:
Object
  • Object
show all
Defined in:
lib/umbreo/helpers/error_exception.rb

Class Method Summary collapse

Class Method Details

.rescueObject



5
6
7
8
9
10
11
# File 'lib/umbreo/helpers/error_exception.rb', line 5

def self.rescue
	begin
       yield
     rescue Exception => e
       Helpers::AlertMessage.show_error_exception(e)
     end
end