소스 검색

Added TODO to FileNotFoundException class

- added TODO for providing more information during
exception calling
Patrick-Laptop 4 년 전
부모
커밋
4a3257d54d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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: