Fix bug in MDInvalidCsv
This commit is contained in:
parent
a34ae51a0e
commit
e28439bd50
|
@ -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();
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user