impress/app/models/item/search/error.rb
Matchu 20bedf8f59 Start building new item search
Just name field right now, more to come! A lot deleted lol
2023-07-22 19:01:40 -07:00

6 lines
No EOL
72 B
Ruby

class Item
module Search
class Error < Exception
end
end
end