Module: Niceql::ErrorExt

Defined in:
lib/niceql.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



230
231
232
# File 'lib/niceql.rb', line 230

def to_s
  Niceql.config.prettify_pg_errors ? Prettifier.prettify_err(super) : super
end