Opened 14 years ago
Closed 13 years ago
#410 closed task (fixed)
cerrno exception class
Reported by: | Peter Johansson | Owned by: | Peter Johansson |
---|---|---|---|
Priority: | minor | Milestone: | svndigest 0.9 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
We use some C functions that retun non-zero and use errno to propagate details on the error. For convenience we could have an exception class that translates errno to a human readable message (using function strerror).
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
There is a ticket 616 in yat about this. We can use that class, so this ticket is simply about using the class.
comment:4 Changed 13 years ago by
Milestone: | svndigest 0.x+ → svndigest 0.9 |
---|---|
Owner: | changed from Jari Häkkinen to Peter Johansson |
Status: | new → assigned |
comment:5 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [880]) refs #410 minor style changes