Questo sito funziona meglio con JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
babolivier
/
moodle_macaroons
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Activity
Moodle authentication plugin for Macaroons
17
Commit
1
Ramo (Branch)
Ramo (Branch):
master
master
Rami (Branch)
Tag
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}