SouthernMade/sm_sms_campaign_webhook

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

Summary

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

module SmSmsCampaignWebhook
  # General base error type for custom errors.
  class Error < StandardError; end
end