# encoding: utf-8 module Filegen # Exceptions module Exceptions # raised if order arguments are invalid class InvalidDataSources < Exception; end end end