Merge branch 'develop' into lancepioch-patch-3

This commit is contained in:
Dane Everitt
2019-12-28 11:16:14 -08:00
committed by GitHub
361 changed files with 5554 additions and 19849 deletions

View File

@@ -1,16 +1,9 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
*
* This software is licensed under the terms of the MIT license.
* https://opensource.org/licenses/MIT
*/
namespace Pterodactyl\Exceptions\Service\User;
use Exception;
use Pterodactyl\Exceptions\DisplayException;
class TwoFactorAuthenticationTokenInvalid extends Exception
class TwoFactorAuthenticationTokenInvalid extends DisplayException
{
}