Skip to content

Commit

Permalink
change documentation text
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo64 committed Mar 15, 2020
1 parent e7e52f8 commit 4159583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ If an [Aurora Serverless] is paused, you'll get this error message:
I mapped this error message to error code `6000` (server errors are 1xxx and client errors 2xxx).
It'll also be converted to dbal's `Doctrine\DBAL\Exception\ConnectionException`
which existing application might already handle gracefully.
But the most important thing is that you can catch and handle it in your application
But the most important thing is that you can catch and handle code `6000` specifically
to better tell your user that the database is paused and will probably be available soon.


Expand Down

0 comments on commit 4159583

Please sign in to comment.