libipc-old/zig-impl/crystal/some-crystal-app/authd/authd/exceptions.cr

14 lines
201 B
Crystal

module AuthD
class Exception < ::Exception
end
class UserNotFound < ::Exception
end
class AuthenticationInfoLacking < ::Exception
end
class AdminAuthorizationException < ::Exception
end
end