summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/except/error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/except/error.hpp')
-rw-r--r--dev/lib/except/error.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/lib/except/error.hpp b/dev/lib/except/error.hpp
index 486d2e6..862dc3e 100644
--- a/dev/lib/except/error.hpp
+++ b/dev/lib/except/error.hpp
@@ -9,12 +9,12 @@
#include <stdexcept>
-namespace snu::except
+namespace snu
{
using runtime_error = std::runtime_error;
using fix_error = runtime_error;
using math_error = runtime_error;
using cgi_error = runtime_error;
-} // namespace snu::except
+} // namespace snu
#endif // _SNU_ERR_HPP \ No newline at end of file