7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-29 22:21:08 +02:00
pelican-panel-mirror/app/Exceptions/Service/User/TwoFactorAuthenticationTokenInvalid.php
2019-12-22 17:03:44 -08:00

10 lines
172 B
PHP

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