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

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

rev.248を刻印。
Exception.hのパスが通ってなかったので修正。

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.