Sha256: 9bf55d5cc0834762b387c81a88d19d3fc0fc0f7c1a17aafcdbd3f5e9ce89e5b1

Contents?: true

Size: 283 Bytes

Versions: 1

Compression:

Stored size: 283 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

1 entries across 1 versions & 1 rubygems

Version Path
sentry-raven-0.8.0 lib/raven/interfaces/exception.rb