handle parsing exception for OIDCHttpClient::checkOIDCIsAvailable()
This commit is contained in:
committed by
Dat H. Pham
parent
7a27415295
commit
005790ae5f
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user