Browse Source

Added TODO to FileNotFoundException class

- added TODO for providing more information during
exception calling
Patrick-Laptop 4 years ago
parent
commit
4a3257d54d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      source/exception/FileNotFoundException.hpp

+ 2 - 1
source/exception/FileNotFoundException.hpp

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