Sha256: 88d588095189dd9d4c376da1f4bf9fc7689739f0b23ded4e3cfb73dca8a88ab9

Contents?: true

Size: 139 Bytes

Versions: 59

Compression:

Stored size: 139 Bytes

Contents

module Auth
	module JobExceptionHandler
		def log_exception(exception)
			$redis.zadd("errors",Time.now.to_i,exception.to_s)
		end
	end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.9 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.8 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.7 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.6 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.5 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.4 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.3 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.2 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.1 lib/auth/job_exception_handler.rb
wordjelly-auth-1.5.0 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.9 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.8 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.7 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.6 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.5 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.4 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.3 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.2 lib/auth/job_exception_handler.rb
wordjelly-auth-1.4.0 lib/auth/job_exception_handler.rb