Module: Sql::Errors

Defined in:
lib/jade-sql.rb

Defined Under Namespace

Classes: DbError, Error, NotFound, NotUnique

Constant Summary collapse

BY_TAG =
{
  "DbError"   => DbError,
  "NotFound"  => NotFound,
  "NotUnique" => NotUnique,
}.freeze