mac-cain13 / notificato

Takes care of Apple push notifications (APNS) in your PHP projects.
MIT License
224 stars 44 forks source link

Create more specific exceptions #33

Closed mac-cain13 closed 8 years ago

mac-cain13 commented 11 years ago

Especially when validating the certificate, but also in general. Notificato should throw for example a CertificateValidationFailed exception instead of the generic SplExceptions so you can catch them if you want to. Should also check other places in the codebase.