Skip to content

Commit

Permalink
Fix doc output on github
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz authored Jul 29, 2016
1 parent a79a772 commit 62d6132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ try {
echo "Max retries!";
}
}
----------------------------
----

Alternatively, all "hard" curl exceptions (`CouldNotConnectToHost`, `CouldNotResolveHostException`, `OperationTimeoutException`)
extend the more general `TransportException`. So you could instead catch the general `TransportException` and then
Expand All @@ -113,7 +113,7 @@ try {
echo "Max retries!";
}
}
----------------------------
----


[[enabling_logger]]
Expand Down

0 comments on commit 62d6132

Please sign in to comment.