Block-Structured AMR Software Framework
AMReX_Exception.H
Go to the documentation of this file.
1 #ifndef AMREX_EXCEPTION_H_
2 #define AMREX_EXCEPTION_H_
3 #include <AMReX_Config.H>
4 
5 #include <stdexcept>
6 
7 namespace amrex
8 {
9  using RuntimeError = std::runtime_error;
10 }
11 
12 #endif
Definition: AMReX_Amr.cpp:49
std::runtime_error RuntimeError
Definition: AMReX_Exception.H:9