openSUSE/open-build-service

View on GitHub
src/api/app/lib/backend/not_found_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Backend
  class NotFoundError < Error; end
end