PteroTheme/app/Exceptions/Service/User/TwoFactorAuthenticationToke...

10 lines
172 B
PHP

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