FileSystem.handleException

Called for unknown exception cases (if errno is 0) during the execution of any file operation. The best thing to do is print the error.

class FileSystem
nothrow
void
handleException
(
Exception e
)

Meta