source: ruby/trunk/lib/adl_parser/lib/adl_exception.rb@ 307

Last change on this file since 307 was 307, checked in by Tatsukawa, Akimichi, 15 years ago

ADL parser is roughly coupled with open_ehr model classes

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.