source:
dev/BasicCompiler_Common/Exception.cpp@
104
| Last change on this file since 104 was 52, checked in by , 19 years ago | |
|---|---|
| File size: 223 bytes | |
| Rev | Line | |
|---|---|---|
| [52] | 1 | #include "Exception.h" |
| 2 | ||
| 3 | namespace Exception{ | |
| 4 | ||
| 5 | ||
| 6 | void TryCommand(){ | |
| 7 | } | |
| 8 | void CatchCommand(){ | |
| 9 | } | |
| 10 | void FinallyCommand(){ | |
| 11 | } | |
| 12 | void EndTryCommand(){ | |
| 13 | } | |
| 14 | ||
| 15 | void ThrowCommand( const char *Parameter ){ | |
| 16 | } | |
| 17 | ||
| 18 | ||
| 19 | } // Exception |
Note:
See TracBrowser
for help on using the repository browser.
