GError implementation
Opened this issue · 0 comments
piotras commented
GError should extend Exception. Every derived exception should depend on GError's domain. For example, GFileError should be propagated as FileError exception with particular codes.