fix docs, add missing "}", fix formatting
[mdref/mdref-pq] / pq / Exception / DomainException.md
1 # class pq\Exception\DomainException extends DomainException implements pq\Exception
2
3 Implementation or SQL syntax error.
4
5 ## Codes:
6
7 * pq\Exception::SQL
8 * pq\Exception::DOMAIN
9
10 ## Properties:
11
12 * public (readonly) string $sqlstate
13 The SQLSTATE code, see the [official documentation](http://www.postgresql.org/docs/current/static/errcodes-appendix.html) for further information.