Ce site fonctionne mieux avec JavaScript
Accueil
Explorateur
Aide
S'inscrire
Connexion
babolivier
/
moodle_macaroons
Suivre
1
Favoriser
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
Moodle authentication plugin for Macaroons
17
Révisions
1
Branche
Branche:
master
master
Branches
Tags
${ item.name }
Créer la branche
${ searchTerm }
de 'master'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Lien permanent
Historique
Brut
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}