1
0
Fork 0
forked from OpenNeo/impress
impress/app/models/item/search/error.rb
Matchu 72461972ca Start building new item search
Just name field right now, more to come! A lot deleted lol
2023-10-23 19:05:03 -07:00

6 lines
No EOL
72 B
Ruby

class Item
module Search
class Error < Exception
end
end
end