質問編集履歴
1
誤植
title
CHANGED
File without changes
|
body
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
class UpdateException extends Api_Response{
|
16
16
|
public function __construct($error){
|
17
|
-
parent::__construct("error has occured !!!",
|
17
|
+
parent::__construct("error has occured !!!", 3020);
|
18
18
|
}
|
19
19
|
}
|
20
20
|
|