Sha256: f4f48f202ac7ce26a4c1404460231b6950dfa79063fc476fdc6a446ee3d0cd8f
Contents?: true
Size: 247 Bytes
Versions: 9
Compression:
Stored size: 247 Bytes
Contents
require 'opbeat/interfaces' module Opbeat class ExceptionInterface < Interface name 'exception' attr_accessor :type attr_accessor :value attr_accessor :module end register_interface :exception => ExceptionInterface end
Version data entries
9 entries across 9 versions & 2 rubygems