plokko / firebase-php

Php integration of Firebase API (FCM Http v1, RealTime database)
16 stars 9 forks source link

Exception: Undefined index: details in FcmErrorException@cast #6

Closed andrewalf closed 5 years ago

andrewalf commented 5 years ago

I have an error in FcmErrorException@cast: "Undefined index: details", and that's a bad situation because the original RequestException is lost. So I guess adding default values for error info params is the easy solution while only "status" is the necessary one.