Exception: OpenehrRails::Aql::Error
- Inherits:
-
StandardError
- Object
- StandardError
- OpenehrRails::Aql::Error
- Defined in:
- lib/openehr_rails/aql/errors.rb
Overview
Base class for all errors this namespace raises. Wraps the openehr gem's own AQL errors (ParseError/SemanticError/ExecutionError/ DatasetError/UnboundParameterError) so callers (REST controller, admin UI) only need to rescue one hierarchy.