Sha256: ef9d4289ab25e0297aba9143bd9df1af3fa9aced880b6b479af5c8068ad36f02
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
module Censor class Error < RuntimeError; end class InvalidCensorshipSource < Error; end class UnkownContentFile < Error; end class EmptyContentList < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
censor-0.0.2 | lib/censor/error.rb |