1
0
mirror of https://github.com/danog/postgres.git synced 2025-01-23 05:41:19 +01:00
postgres/lib/QueryError.php

7 lines
68 B
PHP
Raw Normal View History

2016-12-29 23:21:17 -06:00
<?php
2016-09-14 09:27:39 -05:00
namespace Amp\Postgres;
class QueryError extends \Error {
}