Move private things in modlog and redbot.core.errors (#6020)

This commit is contained in:
Jakub Kuczys
2025-01-27 00:49:03 +01:00
committed by GitHub
parent dcdef9d798
commit 8b1daf1ad0
6 changed files with 12 additions and 12 deletions

View File

@@ -67,10 +67,6 @@ class BankPruneError(BankError):
"""Raised when trying to prune a local bank and no server is specified."""
class MissingExtraRequirements(RedError):
"""Raised when an extra requirement is missing but required."""
class ConfigError(RedError):
"""Error in a Config operation."""