Este site funciona melhor com JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
babolivier
/
moodle_macaroons
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull Requests
0
Versões
0
Wiki
Atividade
Moodle authentication plugin for Macaroons
17
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Criar branch
${ searchTerm }
de master
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Link permanente
Histórico
Original
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}