Module: PG

Defined in:
lib/semian/pg.rb

Overview

We need to patch the actual pg gem to decorate the base errors such as PG::Error

Defined Under Namespace

Classes: SemianError

Constant Summary collapse

ResourceBusyError =
Class.new(SemianError)
CircuitOpenError =
Class.new(SemianError)