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