Python Forum
what exception for getting list of wrong size
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
what exception for getting list of wrong size
#1
in a function that might get a list, but requires certain sizes, what exception should it raise if it gets the wrong size? the function i am writing today requires 2 or more items in the list, so it is raising an exception if len(this_list)<2:. what exception should that be? ValueError? TypeError? RunTimeError? something else?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
what exception for getting list of wrong size - by Skaperen - Aug-09-2019, 01:03 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020