SouthernMade/sm_sms_campaign_webhook

View on GitHub
app/exceptions/sm_sms_campaign_webhook/invalid_payload.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

module SmSmsCampaignWebhook
  # Error type for invalid payload schema received by the SMS webhook.
  class InvalidPayload < Error; end
end