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
commit e6008d6392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
{
}