Class: PG::SemianError

Inherits:
Error
  • Object
show all
Defined in:
lib/semian/pg.rb

Overview

This allows us to use semian as a drop-in replacement.

Instance Method Summary collapse

Constructor Details

#initialize(semian_identifier, *args) ⇒ SemianError

Returns a new instance of SemianError.



18
19
20
21
# File 'lib/semian/pg.rb', line 18

def initialize(semian_identifier, *args)
  super(*args)
  @semian_identifier = semian_identifier
end