master
<?php namespace Musonza\Chat\Exceptions; use Exception; class DeletingConversationWithParticipantsException extends Exception { }