module DNN class DNN_Error < StandardError; end class DNN_TypeError < DNN_Error; end class DNN_SharpError < DNN_Error; end end