Sha256: 6b19b78f1049f4ffdcadc6db0e5b1d43ad154fe0691f2a482d6b0fe5a92aef5f

Contents?: true

Size: 206 Bytes

Versions: 5

Compression:

Stored size: 206 Bytes

Contents

module Tagalong
  class TaggableNotPersisted < StandardError
  end
  class TagNotFound < StandardError
  end
  class TagAlreadyInUse < StandardError
  end
  class TagCannotBeBlank < StandardError
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tagalong-0.1.4 lib/tagalong/exceptions.rb
tagalong-0.1.3 lib/tagalong/exceptions.rb
tagalong-0.1.2 lib/tagalong/exceptions.rb
tagalong-0.1.1 lib/tagalong/exceptions.rb
tagalong-0.1.0 lib/tagalong/exceptions.rb