Sha256: b5c78020c82b532c60b9574bdad39b6d3e7c8464d4b978be4aaaf3afaf981144
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
# encoding: utf-8 module LogStash class Error < ::StandardError; end class ConfigurationError < Error; end class PluginLoadingError < Error; end class ShutdownSignal < StandardError; end class Bug < Error; end class ThisMethodWasRemoved < Bug; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-lib-1.3.2 | lib/logstash/errors.rb |