Remove code comments in the exception classes. Descriptions will be added again later with proper documentation.

This commit is contained in:
Daniele Alessandri
2011-06-02 18:43:52 +02:00
parent 24aaa2ac23
commit 1bd4a25e36
5 changed files with 7 additions and 13 deletions
-1
View File
@@ -3,5 +3,4 @@
namespace Predis;
class ClientException extends PredisException {
// Client-side errors
}