5 lines
111 B
Ruby
5 lines
111 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class Notification::TwitterTokenExpired < Notification::ServiceTokenExpired
|
||
|
end
|