diff --git a/lib/SimpleSAML/SessionHandler.php b/lib/SimpleSAML/SessionHandler.php index 1b679ce60c5e1d23c885601864faaf993fdd6089..90cc5536961b4f49a38dc20b3c283a0c4adc52d7 100644 --- a/lib/SimpleSAML/SessionHandler.php +++ b/lib/SimpleSAML/SessionHandler.php @@ -32,6 +32,8 @@ abstract class SessionHandler * to this function. * * @return \SimpleSAML\SessionHandler The current session handler. + * + * @throws \Exception If we cannot instantiate the session handler. */ public static function getSessionHandler() { @@ -126,6 +128,8 @@ abstract class SessionHandler * PHP session handler. * * @return void + * + * @throws \Exception If we cannot instantiate the session handler. */ private static function createSessionHandler() {