source: dev/trunk/abdev/BasicCompiler_Common/src/Exception.cpp@ 318

Last change on this file since 318 was 206, checked in by dai_9181, 17 years ago

コード全体のリファクタリングを実施

File size: 246 bytes
Line 
1#include "stdafx.h"
2
3#include <Exception.h>
4
5namespace Exception{
6
7
8void TryCommand(){
9}
10void CatchCommand(){
11}
12void FinallyCommand(){
13}
14void EndTryCommand(){
15}
16
17void ThrowCommand( const char *Parameter ){
18}
19
20
21} // Exception
Note: See TracBrowser for help on using the repository browser.