portal.mkgtu.ru/frontend/modules/user/exceptions/userEmailConfirmExceptions/EmailTokenNotFoundException...

14 lines
142 B
PHP
Executable File

<?php
namespace frontend\modules\user\exceptions\userEmailConfirmExceptions;
class EmailTokenNotFoundException extends \Exception
{
}