質問するログイン新規登録

質問編集履歴

1

誤植

2016/02/18 11:21

投稿

yoshiky
yoshiky

スコア105

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 !!!", $error['error']['code']);
17
+ parent::__construct("error has occured !!!", 3020);
18
18
  }
19
19
  }
20
20