openSUSE/open-build-service

View on GitHub
src/api/app/controllers/staging/errors.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Staging::Errors
  class StagingProjectNotAcceptable < APIError; end

  class StagingWorkflowNotFound < APIError
    setup 404
  end

  class StagingProjectNotFound < APIError
    setup 404
  end
end