mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-22 05:43:56 +00:00
Major incomplete Change
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\Modules\Accounts\Exceptions;
|
||||
|
||||
use App\Classes\Exceptions\Common\ErrorException;
|
||||
|
||||
final class CannotCreateUserException extends ErrorException {
|
||||
/**
|
||||
* @param string $message
|
||||
*/
|
||||
public function __construct(string $message) {
|
||||
parent::__construct($message, __CLASS__);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user