|
|
|
|
|
by aidenn0
2414 days ago
|
|
Throwing an error should be part of the function signature. Otherwise the statement "This function takes a list of objects of type A, and returns an object of type A" is false; sometimes it will return an object of type A, other times it will signal an error. |
|