mirror of
https://github.com/danog/postgres.git
synced 2024-11-27 04:24:45 +01:00
fac9041cac
Changed to match code styles used in other Amp packages.
7 lines
78 B
PHP
7 lines
78 B
PHP
<?php
|
|
|
|
namespace Amp\Postgres;
|
|
|
|
class FailureException extends \Exception {
|
|
}
|