the-berta-project/berta

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

Summary

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