posts: remove unused exception classes.

This commit is contained in:
evazion
2021-10-11 18:58:15 -05:00
parent 7976323f7a
commit f155023b77
3 changed files with 0 additions and 7 deletions

View File

@@ -947,8 +947,6 @@ class PostQueryBuilder
set_cached_count(count) if count.present?
count
rescue Post::SearchError
nil
end
def set_cached_count(count)