Dyskusje Q&A
exeption finally
1 Głos
3 odpowiedziException handling
2 głosów
2 odpowiedziWhat is the problem?
1 Głos
6 odpowiedzijava multiple exception
0 głosów
1 Odpowiedźjava Exception
2 głosów
3 odpowiedziHow fix the error
3 głosów
9 odpowiedziIf except can handle common errors very well, doesn't that make the use of raise redundant inside of a try-except block?
For example:
try:
print( 5 / 0 )
except ZeroDivisionError:
raise ValueError("An error occurred!")
What's the difference if we handle it this way:
try:
print( 5 / 0 )
except (ZeroDivisionError, ValueError):
print("An error occurred!")
3 głosów
2 odpowiedziWhy using Exception e Only
3 głosów
2 odpowiedziWhat is an exception
3 głosów
2 odpowiedziTry/catch body
1 Głos
1 OdpowiedźException
1 Głos
2 odpowiedziPopularne dzisiaj
How to use the get() method
3 Votes
How to get account back?
1 Votes
Game Dev Path
3 Votes
So this what I'm trying to solve
2 Votes
PHP Tutorial Idea
1 Votes
Problem whit Javascript
1 Votes