Module: Sql::Errors

Defined in:
lib/jade-sql.rb

Defined Under Namespace

Classes: Conflict, DbError, Error, NotFound, NotUnique

Constant Summary collapse

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