dealhub/app/Exceptions/MessageNotSendException.php
kusowl b2132f8c02 refactor: chat time, grouping and toast
- show message time
- group messages by date
- show toast when message sent is failed
2026-02-18 11:38:03 +05:30

8 lines
101 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class MessageNotSendException extends Exception {}