s/runtime_error/logic_error/ in the exceptions that ValueBase throws and all the...
authorGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sun, 4 Jul 2010 18:36:55 +0000 (21:36 +0300)
committerGeorge Kiagiadakis <kiagiadakis.george@gmail.com>
Sun, 4 Jul 2010 18:36:55 +0000 (21:36 +0300)
commit9de758c4272a444891d6d7b843d525d452df2af7
tree9ac631dcd8e538d297e7c53fb060f01d5c2f8c28
parentd8432455a6c824c7dd8404b54f179ecc18dd05c4
s/runtime_error/logic_error/ in the exceptions that ValueBase throws and all the exceptions used in the signals & closures system.
These errors are really programmer errors, not something that can happen unexpectedly at runtime, so logic_error fits better.
src/QGlib/closure.cpp
src/QGlib/closureimpl_p.h
src/QGlib/signalimpl_p.h
src/QGlib/value.h