This repository has been archived on 2024-06-18. You can view files and clone it, but cannot push or open issues/pull-requests.
|
module AuthD
|
|
class Exception < ::Exception
|
|
end
|
|
|
|
class UserNotFound < ::Exception
|
|
end
|
|
|
|
class AuthenticationInfoLacking < ::Exception
|
|
end
|
|
|
|
class AdminAuthorizationException < ::Exception
|
|
end
|
|
end
|