EGI-FCTF/rOCCI-server

View on GitHub
app/lib/errors/backend/remote_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Errors
  module Backend
    class RemoteError < StandardError; end
  end
end