tjchambers/ancestry

View on GitHub
lib/ancestry/exceptions.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Ancestry
  class AncestryException < RuntimeError
  end

  class AncestryIntegrityException < AncestryException
  end
end