fluke/devops-service/db/exceptions/record_not_found.rb

4 lines
52 B
Ruby
Raw Normal View History

2014-05-08 15:34:26 +04:00
class RecordNotFound < Exception#StandardError
end