source: dev/BasicCompiler_Common/src/Exception.cpp@ 124

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

Exceptionに関するソースコードファイルを移動

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