Spaces:
Running
Running
Rename src/exception/Exception/Exception.py to src/exception/Exception.py
Browse files
src/exception/{Exception/Exception.py → Exception.py}
RENAMED
@@ -3,12 +3,6 @@ TOO_SHORT = "The length of text you sent to me is too short. Minimum length is
|
|
3 |
TOO_LONG = "The length of text you sent to me is too long. maximum length is 400 characters."
|
4 |
## End Exception
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
def checkForException(requestValue : str, METHOD : str):
|
13 |
exception = ""
|
14 |
|
|
|
3 |
TOO_LONG = "The length of text you sent to me is too long. maximum length is 400 characters."
|
4 |
## End Exception
|
5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
def checkForException(requestValue : str, METHOD : str):
|
7 |
exception = ""
|
8 |
|