Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
returning an error code
#7
It is only an example. The idea is that exception classes can be customized with arbitrarily complex behavior like any other class. The code that creates these instances is fully responsible for using them appropriately. The most obvious use case of this is to decorate the exception with additional data found in the context where the exception is raised.
Reply


Messages In This Thread
returning an error code - by Skaperen - Feb-08-2021, 06:55 PM
RE: returning an error code - by Gribouillis - Feb-09-2021, 07:11 AM
RE: returning an error code - by ndc85430 - Feb-28-2021, 02:54 PM
RE: returning an error code - by Skaperen - Mar-01-2021, 02:21 AM
RE: returning an error code - by Gribouillis - Mar-01-2021, 08:06 AM
RE: returning an error code - by Skaperen - Mar-02-2021, 12:30 AM
RE: returning an error code - by Gribouillis - Mar-02-2021, 09:33 AM
RE: returning an error code - by Skaperen - Mar-02-2021, 06:49 PM
RE: returning an error code - by ndc85430 - Mar-03-2021, 07:05 AM

Forum Jump:

User Panel Messages

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