lib/bullet/notification.rb in bullet-4.6.0 vs lib/bullet/notification.rb in bullet-4.7.0

- old
+ new

@@ -2,7 +2,9 @@ module Notification autoload :Base, 'bullet/notification/base' autoload :UnusedEagerLoading, 'bullet/notification/unused_eager_loading' autoload :NPlusOneQuery, 'bullet/notification/n_plus_one_query' autoload :CounterCache, 'bullet/notification/counter_cache' + + class UnoptimizedQueryError < StandardError; end end end