We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b518566 commit ad6578eCopy full SHA for ad6578e
autologin.php
@@ -31,4 +31,4 @@
31
\auth_saml2\auto_login::finish((bool)$success, new moodle_url($url));
32
33
// Something strange went wrong, or somebody tried to directly link here.
34
-print_error('errorinvalidautologin', 'auth_saml2');
+throw new \moodle_exception('errorinvalidautologin', 'auth_saml2');
0 commit comments