1  /*
   2   * \brief  Exception base class
   3   * \author Norman Feske
   4   * \date   2008-03-22
   5   */

   6  
   7  /*
   8   * Copyright (C) 2008-2013 Genode Labs GmbH
   9   *
  10   * This file is part of the Genode OS framework, which is distributed
  11   * under the terms of the GNU General Public License version 2.
  12   */

  13  
  14  #ifndef _INCLUDE__BASE__EXCEPTION_H_
  15  #define _INCLUDE__BASE__EXCEPTION_H_
  16  
  17  namespace Genode { class Exception; }
  18  
  19  class Genode::Exception { };
  20  
  21  #endif /* _INCLUDE__BASE__EXCEPTION_H_ */