mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-30 15:48:13 +00:00
removed invalid argument exception
This commit is contained in:
parent
acf2bb44fe
commit
3fc719aee7
7
bin/exceptions.py
Executable file → Normal file
7
bin/exceptions.py
Executable file → Normal file
@ -4,15 +4,10 @@
|
|||||||
Name: Video2X Exceptions
|
Name: Video2X Exceptions
|
||||||
Dev: K4YT3X
|
Dev: K4YT3X
|
||||||
Date Created: December 13, 2018
|
Date Created: December 13, 2018
|
||||||
Last Modified: December 19, 2018
|
Last Modified: March 19, 2019
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
class ArgumentError(Exception):
|
class ArgumentError(Exception):
|
||||||
def __init__(self, message):
|
def __init__(self, message):
|
||||||
super().__init__(message)
|
super().__init__(message)
|
||||||
|
|
||||||
|
|
||||||
class InvalidModelType(Exception):
|
|
||||||
def __init__(self, message):
|
|
||||||
super().__init__(message)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user