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

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

Scanners for ADL parser do not need yaparc library any more

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.