impress/app/models/item/search/error.rb

6 lines
72 B
Ruby
Raw Normal View History

class Item
module Search
class Error < Exception
end
end
end