Sha256: f8b7b3ec991566804f31d2826473841eccf74e07715214ad4d09aceda817b7bf
Contents?: true
Size: 270 Bytes
Versions: 11
Compression:
Stored size: 270 Bytes
Contents
require 'opbeat/interfaces' module Opbeat class ExceptionInterface < Interface name 'exception' property :type, :required => true property :value, :required => true property :module end register_interface :exception => ExceptionInterface end
Version data entries
11 entries across 11 versions & 1 rubygems