/* * \brief VMM exception handling * \author Stefan Kalkowski * \date 2019-07-18 */ /* * Copyright (C) 2019 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ #ifndef _SRC__SERVER__VMM__EXCEPTION_H_ #define _SRC__SERVER__VMM__EXCEPTION_H_ #include namespace Vmm { using Exception = Genode::String<128>; } #endif /* _SRC__SERVER__VMM__EXCEPTION_H_ */