ObjFW  Check-in [4f36894ce7]

Overview
Comment:Clean up exceptions a little

This removes several initializers that omitted the errNo. Removing those
forces to think about whether there is a meaningful errNo to set instead
of just omitting it.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4f36894ce7c7ad9f05fbb2ed4821e64ae2577d35bb0d5d0a32fbe23621ec9907
User & Date: js on 2017-06-05 17:36:28
Other Links: manifest | tags
Context
2017-06-05
18:56
Doxyfile: Add missing defines check-in: 4b6dfe02f2 user: js tags: trunk
17:36
Clean up exceptions a little check-in: 4f36894ce7 user: js tags: trunk
15:51
OFStream: Don't throw when at end of stream check-in: f9cd4f9cab user: js tags: trunk
Changes

Modified src/OFFile.m from [c3e373372b] to [89ce8091b7].    [diff]

Modified src/OFFileManager.m from [ce2f7bd650] to [2b969b9f4d].    [diff]

Modified src/OFPlugin.m from [5175fba523] to [5fa3fa154b].    [diff]

Modified src/OFProcess.m from [ea4c0fa50a] to [a980832db2].    [diff]

Modified src/OFStdIOStream.m from [fac79ea11f] to [ed0f11c59f].    [diff]

Modified src/OFStdIOStream_Win32Console.m from [b94d48eb9c] to [e75a0d88c9].    [diff]

Modified src/OFTCPSocket+SOCKS5.m from [4fe5e359bb] to [f778008a7d].    [diff]

Modified src/exceptions/OFChangePermissionsFailedException.m from [4170ffb974] to [bcf2de59e3].    [diff]

Modified src/exceptions/OFConnectionFailedException.h from [db737cf790] to [3d845cb880].    [diff]

Modified src/exceptions/OFConnectionFailedException.m from [58a22b0050] to [b27bc422f6].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.h from [6b7c04ec31] to [3eec281c64].    [diff]

Modified src/exceptions/OFCreateSymbolicLinkFailedException.m from [cf0b1e7a4c] to [71facb8b37].    [diff]

Modified src/exceptions/OFException.h from [d8d69a707c] to [c52839786d].    [diff]

Modified src/exceptions/OFException.m from [254309bfd5] to [a4f5d8c32c].    [diff]

Modified src/exceptions/OFLinkFailedException.h from [27038c4511] to [dc4516a136].    [diff]

Modified src/exceptions/OFLinkFailedException.m from [ced71e0c8a] to [c7dbe92309].    [diff]

Modified src/exceptions/OFOpenItemFailedException.h from [faec693cdb] to [b2b63457a8].    [diff]

Modified src/exceptions/OFOpenItemFailedException.m from [850e9c668c] to [649447f7ba].    [diff]

Modified src/exceptions/OFReadFailedException.m from [afe0beee73] to [07f395fcc4].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.h from [3fcd66685f] to [76630b46c4].    [diff]

Modified src/exceptions/OFReadOrWriteFailedException.m from [64f51c8ea5] to [91f716863e].    [diff]

Modified src/exceptions/OFSeekFailedException.h from [a5d3e23d40] to [fec6187850].    [diff]

Modified src/exceptions/OFSeekFailedException.m from [001a049def] to [61374f4d60].    [diff]

Modified src/exceptions/OFStatItemFailedException.h from [a0a4efff1c] to [1a609b0774].    [diff]

Modified src/exceptions/OFStatItemFailedException.m from [947a3cd491] to [80e4300493].    [diff]

Modified src/exceptions/OFWriteFailedException.m from [c720bc4acd] to [e7b34fe947].    [diff]