the-berta-project/berta

View on GitHub
lib/berta/errors/opennebula/authentication_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Berta
  module Errors
    module OpenNebula
      class AuthenticationError < Berta::Errors::BackendError; end
    end
  end
end