aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/exception.cpp')
-rw-r--r--yage/core/exception.cpp12
1 files changed, 11 insertions, 1 deletions
diff --git a/yage/core/exception.cpp b/yage/core/exception.cpp
index 5cf525cc..6001213c 100644
--- a/yage/core/exception.cpp
+++ b/yage/core/exception.cpp
@@ -1,9 +1,19 @@
+/** ---------------------------------------------------------------------------
+ * -*- c++ -*-
+ * @file: exception.cpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#include "exception.h"
namespace yage
{
-FileLoadException::FileLoadException(std::string err) : std::runtime_error("File Load Exception")
+FileLoadException::FileLoadException(std::string err)
+ : std::runtime_error("File Load Exception")
{
std::ostringstream msg("");