Sfoglia il codice sorgente

Added TODO to FileNotFoundException class

- added TODO for providing more information during
exception calling
Patrick-Laptop 4 anni fa
parent
commit
4a3257d54d
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      source/exception/FileNotFoundException.hpp

+ 2 - 1
source/exception/FileNotFoundException.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-17
- * Changed:         2020-08-17
+ * Changed:         2020-08-20
  *
  * */
 
@@ -14,6 +14,7 @@
 #include <string>
 #include <cstring>
 
+// TODO: pass parameters, use class, show class name
 namespace ls_std {
   class FileNotFoundException : public std::exception {
     public: