dftbplus icon indicating copy to clipboard operation
dftbplus copied to clipboard

Add exception like error handling

Open aradi opened this issue 3 years ago • 0 comments

  • Would replace current TStatus instances with allocatable TException instances.
  • 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.

aradi avatar Mar 17 '22 10:03 aradi