for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Kerox\Messenger\Exception;
use Exception;
abstract class AbstractException extends Exception
{
public static function invalidSenderAction()
return new static("");
}