6 lines
132 B
Ruby
6 lines
132 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class ProblemCheck::PollPop3AuthError < ProblemCheck::InlineProblemCheck
|
||
|
self.priority = "low"
|
||
|
end
|