mirror of
https://github.com/glomatico/gamdl.git
synced 2026-06-13 04:05:14 +03:00
Move GamdlError to utils and update imports
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
class GamdlError(Exception):
|
||||
pass
|
||||
from gamdl.utils import GamdlError
|
||||
|
||||
|
||||
class MediaFileExists(GamdlError):
|
||||
|
||||
@@ -95,3 +95,7 @@ class CustomStringFormatter(string.Formatter):
|
||||
return fallback_value
|
||||
|
||||
return super().format_field(value, format_spec)
|
||||
|
||||
|
||||
class GamdlError(Exception):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user