update contact recode and clean up

This commit is contained in:
hazim
2019-03-07 15:31:16 +08:00
parent 4848e1bd5b
commit 46fe8430ef
16 changed files with 572 additions and 6 deletions
@@ -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)
{
}
}