handle parsing exception for OIDCHttpClient::checkOIDCIsAvailable()

This commit is contained in:
Florent Azavant
2025-01-31 14:49:54 +01:00
committed by Dat H. Pham
parent 7a27415295
commit 005790ae5f
3 changed files with 7 additions and 1 deletions
@@ -5,6 +5,8 @@ class NotFoundDataResourceRecordException implements Exception {}
class NotFoundUrlException implements Exception {}
class InvalidOIDCResponseException implements Exception {}
class NoSuitableBrowserForOIDCException implements Exception {
static const noBrowserAvailableCode = 'no_browser_available';