ClayConfigNotFoundException constructor

const ClayConfigNotFoundException({
  1. required String message,
  2. required List<String> searchedPaths,
})

Implementation

const ClayConfigNotFoundException({
  required this.message,
  required this.searchedPaths,
});