We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8425e38 commit 3d76846Copy full SHA for 3d76846
README.md
@@ -85,7 +85,7 @@ Preferred way to install is with [Composer](https://getcomposer.org/).
85
Just add
86
87
"require": {
88
- "textalk/webshop-client": "0.1.3"
+ "textalk/webshop-client": "0.1.4"
89
}
90
91
in your projects composer.json.
lib/Exception.php
@@ -12,9 +12,8 @@ class Exception extends \Exception {
12
-32602 => 'InvalidParams',
13
-32603 => 'InternalError',
14
-32000 => 'ServerError',
15
- -32001 => 'ValidationFailed',
16
- -32002 => 'AccessDenied',
17
- -32003 => 'BadCall',
+ 1006 => 'AccessDenied',
+ 9001 => 'ValidationFailed',
18
);
19
20
/**
0 commit comments