Major overhaul

This commit is contained in:
Simon Sessingø
2016-11-19 19:24:05 +01:00
parent ba719cf880
commit 7e63197252
21 changed files with 526 additions and 282 deletions
@@ -0,0 +1,7 @@
<?php
namespace Pecee\Exceptions;
class TokenMismatchException extends \Exception
{
}