source: ruby/branches/0.5/lib/adl_parser/lib/adl_exception.rb@ 290

Last change on this file since 290 was 290, checked in by KOBAYASHI, Shinji, 15 years ago

merged latest trunc change to branches/0.5

File size: 192 bytes
Line 
1module OpenEHR
2 module ADL
3 module Exception
4 class Base < RuntimeError
5 end
6
7 module CADLScanner
8 class Base < RuntimeError
9 end
10 end
11 end
12 end
13end
14
Note: See TracBrowser for help on using the repository browser.