質問編集履歴

1

誤記修正

2021/05/12 05:02

投稿

cray123
cray123

スコア47

test CHANGED
File without changes
test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  $this->service->events->delete($this->calendar_id, $event_id);
20
20
 
21
- }catch (Google_Service_Calendar $e) {
21
+ }catch (Google_Service_Exception $e) {
22
22
 
23
23
  Log::debug($e);
24
24