|
@@ -3,7 +3,7 @@
|
|
* Company: Lynar Studios
|
|
* Company: Lynar Studios
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* E-Mail: webmaster@lynarstudios.com
|
|
* Created: 2020-08-20
|
|
* Created: 2020-08-20
|
|
- * Changed: 2023-02-04
|
|
|
|
|
|
+ * Changed: 2023-02-07
|
|
*
|
|
*
|
|
* */
|
|
* */
|
|
|
|
|
|
@@ -62,7 +62,7 @@ void ls::std::io::FileOutputStream::_init()
|
|
{
|
|
{
|
|
if (!this->file.exists())
|
|
if (!this->file.exists())
|
|
{
|
|
{
|
|
- throw ls::std::core::FileNotFoundException{};
|
|
|
|
|
|
+ throw ls::std::core::FileNotFoundException{"name: " + this->file.getAbsoluteFilePath()};
|
|
}
|
|
}
|
|
else
|
|
else
|
|
{
|
|
{
|