Fix bug in MDInvalidCsv
This commit is contained in:
@ -13,7 +13,7 @@ final class MDInvalidCsv extends Exception {
|
||||
*/
|
||||
public function errorMessage() {
|
||||
//error message
|
||||
return 'Invalid input CSV: ' . $e->getMessage();
|
||||
return 'Invalid input CSV: ' . $this->getMessage();
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user