dftbplus
dftbplus copied to clipboard
Add exception like error handling
- Would replace current
TStatusinstances with allocatableTExceptioninstances. - Unhandled exceptions would stop the code (in Debug mode)
- Exception instance becomes first argument (or second for type bound procedures and initializers), hopefully it makes it more obvious, that this must be handled.