Diese Webseite funktioniert besser mit JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
babolivier
/
moodle_macaroons
Beobachten
1
Favorisieren
0
Fork
0
Code
Issues
0
Pull-Requests
0
Releases
0
Wiki
Aktivität
Moodle authentication plugin for Macaroons
17
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von 'master'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Permalink
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}