module DNN class DNN_Error < StandardError; end class DNN_ShapeError < DNN_Error; end end