Sha256: 29978027a59357463e19df00b2102a312a26e3dbf5c940c42b5f2659b0afb33c
Contents?: true
Size: 191 Bytes
Versions: 1
Compression:
Stored size: 191 Bytes
Contents
# taxonomite/exceptions.rb module Taxonomite class InvalidChild < RuntimeError; end class InvalidParent < RuntimeError; end class CircularRelation < RuntimeError; end end # taxonomite
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
taxonomite-0.1.0 | lib/taxonomite/exceptions.rb |