misc_pterodactyl-panel/app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php
2019-12-22 17:03:44 -08:00

9 lines
172 B
PHP

<?php
namespace Pterodactyl\Exceptions\Service\User;
use Pterodactyl\Exceptions\DisplayException;
class TwoFactorAuthenticationTokenInvalid extends DisplayException
{
}