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
13
Commits
1
Branch
Tree:
46da2f61e3
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '46da2f61e3'
${ noResults }
moodle_macaroons
/
Macaroons
/
Exceptions
/
CaveatUnsatisfiedException.php
CaveatUnsatisfiedException.php
96B
History
Raw
1
2
3
4
5
6
7
<?php
namespace Macaroons\Exceptions;
class CaveatUnsatisfiedException extends \Exception
{
}