コード例 #1
0
 public function setMessage()
 {
     $message = String::titlize($this->type) . ' "' . $this->dataSet . '" not found. Searched in: "' . $this->path . DIRECTORY_SEPARATOR . '"';
     return $message;
 }