ClayConfigNotFoundException constructor
const
ClayConfigNotFoundException({})
Creates a ClayConfigNotFoundException.
Implementation
const ClayConfigNotFoundException({
required this.message,
required this.searchedPaths,
});