mirror of
https://github.com/danog/postgres.git
synced 2024-12-14 18:37:32 +01:00
6 lines
94 B
PHP
6 lines
94 B
PHP
|
<?php declare(strict_types = 1);
|
||
|
|
||
|
namespace Amp\Postgres;
|
||
|
|
||
|
class QueryError extends \Error {}
|