Sha256: 2794c294aedc90a5de147d7e6e2ea4724b3ab2f18cfe363389d1614c3c8b6c1d
Contents?: true
Size: 295 Bytes
Versions: 4
Compression:
Stored size: 295 Bytes
Contents
module Fluent module Errors class NoUrlForDefinition < StandardError; end class NoTitleForDefinition < StandardError; end class TitleNotMatched < StandardError; end class UrlNotMatched < StandardError; end class UnableToCreatePlatform < StandardError; end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fluent-0.6.0 | lib/fluent/errors.rb |
fluent-0.5.0 | lib/fluent/errors.rb |
fluent-0.4.0 | lib/fluent/errors.rb |
fluent-0.3.0 | lib/fluent/errors.rb |