module Impartial module Exceptions class ClassNotFound < NameError end class TemplateMissing < StandardError end end end