10
app/Exceptions/AccountNotLinkedException.php
Executable file
10
app/Exceptions/AccountNotLinkedException.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class AccountNotLinkedException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
9
app/Exceptions/DiscordAccountRequiredException.php
Normal file
9
app/Exceptions/DiscordAccountRequiredException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class DiscordAccountRequiredException extends Exception
|
||||
{
|
||||
}
|
9
app/Exceptions/IncompatibleAgeException.php
Normal file
9
app/Exceptions/IncompatibleAgeException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class IncompatibleAgeException extends Exception
|
||||
{
|
||||
}
|
9
app/Exceptions/InvalidAgeException.php
Normal file
9
app/Exceptions/InvalidAgeException.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class InvalidAgeException extends Exception
|
||||
{
|
||||
}
|
10
app/Exceptions/ProfileAlreadyExistsException.php
Executable file
10
app/Exceptions/ProfileAlreadyExistsException.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ProfileAlreadyExistsException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
10
app/Exceptions/ProfileCreationFailedException.php
Executable file
10
app/Exceptions/ProfileCreationFailedException.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class ProfileCreationFailedException extends Exception
|
||||
{
|
||||
//
|
||||
}
|
Reference in New Issue
Block a user