This website works better with JavaScript
Home
Explore
Help
Register
Sign In
babolivier
/
moodle_macaroons
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Moodle authentication plugin for Macaroons
17
Commits
1
Branch
Branch:
master
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
SignatureMismatchException.php
SignatureMismatchException.php
96B
Permalink
History
Raw
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class SignatureMismatchException extends \Exception
{
}