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
8
Commits
1
Branch
Struktur:
55d96a3bce
master
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von '55d96a3bce'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Verlauf
Originalformat
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}