質問編集履歴

2

バージョン情報追記

2017/02/17 08:04

投稿

sbc
sbc

スコア21

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,7 @@
27
27
  return $this->redirect(['action' => 'completeSendMail']);
28
28
 
29
29
  ```
30
+
31
+
32
+
33
+ Cake PHP 3.3.13

1

コード修正

2017/02/17 08:04

投稿

sbc
sbc

スコア21

test CHANGED
File without changes
test CHANGED
@@ -16,7 +16,7 @@
16
16
 
17
17
  var_dump($result);
18
18
 
19
- } catch (Exception $e) {
19
+ } catch (\Exception $e) {
20
20
 
21
21
  $this->Flash->error(__('Failed to send mail.'));
22
22