MDL-62599 mod_lti: Add platform support for LTI 1.3

This commit is contained in:
Stephen Vickers
2019-05-06 13:33:42 +08:00
committed by Jake Dallimore
parent a411b499b9
commit 27cbb5965e
71 changed files with 4431 additions and 838 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
namespace Firebase\JWT;
class BeforeValidException extends \UnexpectedValueException
{
}