feat: require that users link their discord to apply to certain vacancies

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-22 03:46:44 +01:00
parent b9cc2aad46
commit ce9184c386
5 changed files with 41 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Exceptions;
use Exception;
class DiscordAccountRequiredException extends Exception
{
}