Retrospring/app/models/notification/push_subscription_error.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
92 B
Ruby
Raw Normal View History

2023-01-01 12:34:31 -08:00
# frozen_string_literal: true
class Notification::PushSubscriptionError < Notification
end