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 Permalink Normal View History

2023-01-01 21:34:31 +01:00
# frozen_string_literal: true
class Notification::PushSubscriptionError < Notification
end