Module: RecordTagExceptions
- Defined in:
- lib/penman/penman_exceptions.rb
Constant Summary collapse
- RecordTagError =
Class.new(StandardError)
- InvalidCandidateKeyForRecord =
Class.new(RecordTagError)
- RecordNotFound =
Class.new(RecordTagError)
- TooManyTagsForRecord =
Class.new(RecordTagError)
- BadTracking =
Class.new(RecordTagError)