sinemacula/laravel-aws-sns-listener

View on GitHub
src/Exceptions/UnsupportedMessageException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace SineMacula\Aws\Sns\Exceptions;

use InvalidArgumentException;

/**
 * Unsupported message exception.
 *
 * This exception is thrown when an unsupported SNS message is supplied.
 *
 * @author      Ben Carey <bdmc@sinemacula.co.uk>
 * @copyright   2024 Sine Macula Limited.
 */
class UnsupportedMessageException extends InvalidArgumentException
{ }