Sha256: fc078f6eb8595bc9d12a62db86a166044e8b868e01806983815c05d554ab6c2a
Contents?: true
Size: 339 Bytes
Versions: 9
Compression:
Stored size: 339 Bytes
Contents
module Bmg # Main parent of all Bmg errors class Error < StandardError; end # Raised by Relation#one when the relation is not a singleton class OneError < Error; end # Raised when an update is invalid for some reason class InvalidUpdateError < Error; end # Raised when violating types class TypeError < Error; end end
Version data entries
9 entries across 9 versions & 1 rubygems