From cdf7ec3c2db385f2beb6e564220e9ade7dec8fba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 16:10:02 +0100 Subject: Adding modeline --- yage/core/exception.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'yage/core/exception.cpp') 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 + * 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(""); -- cgit