Sha256: ac01c2f5f05c817a26291bec79493358550b137ff678b8a8597300d7b0bda472
Contents?: true
Size: 286 Bytes
Versions: 17
Compression:
Stored size: 286 Bytes
Contents
require 'raven/interfaces' module Raven class ExceptionInterface < Interface name 'sentry.interfaces.Exception' property :type, :required => true property :value, :required => true property :module end register_interface :exception => ExceptionInterface end
Version data entries
17 entries across 17 versions & 1 rubygems