the-oneacct-export-project/oneacct-export

View on GitHub
lib/errors/user_not_authorized_error.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Errors
  class UserNotAuthorizedError < AuthenticationError; end
end