firebase / firebase-admin-dotnet

Firebase Admin .NET SDK
https://firebase.google.com/docs/admin/setup
Apache License 2.0
367 stars 131 forks source link

Why FirebaseMessagingException ctor is internal? #129

Closed neiesc closed 4 years ago

neiesc commented 4 years ago

I'm using "Simmy, the monkey for making chaos" http://www.thepollyproject.org/2019/06/27/simmy-the-monkey-for-making-chaos/ for create exceptions and FirebaseMessagingException is not cannot instantiate.

hiranya911 commented 4 years ago

We keep the public API surface as small as possible. Constructing our exception types in user code is not a typical use case.