mirror of
https://github.com/danog/postgres.git
synced 2024-11-27 12:34:40 +01:00
fac9041cac
Changed to match code styles used in other Amp packages.
7 lines
74 B
PHP
7 lines
74 B
PHP
<?php
|
|
|
|
namespace Amp\Postgres;
|
|
|
|
class TransactionError extends \Error {
|
|
}
|