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

Version Path
bmg-0.16.0.pre.rc1 lib/bmg/error.rb
bmg-0.15.0 lib/bmg/error.rb
bmg-0.14.6 lib/bmg/error.rb
bmg-0.14.5 lib/bmg/error.rb
bmg-0.14.4 lib/bmg/error.rb
bmg-0.14.3 lib/bmg/error.rb
bmg-0.14.2 lib/bmg/error.rb
bmg-0.14.1 lib/bmg/error.rb
bmg-0.14.0 lib/bmg/error.rb