mirror of
https://gitlab.com/omair-personal/izyim.git
synced 2026-08-21 13:23:57 +00:00
update contact recode and clean up
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes\Modules\Contacts\Exceptions;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: user
|
||||
* Date: 07/03/2019
|
||||
* Time: 3:25 PM
|
||||
*/
|
||||
final class CannotCreateContactException
|
||||
{
|
||||
/** @param string $message */
|
||||
|
||||
/**
|
||||
* CannotCreateContactException constructor.
|
||||
*/
|
||||
public function __construct(string $message)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user