getMessageFromException() protected method

Gets the error message to output when a tracking request fails.
protected getMessageFromException ( Exception $e ) : string
$e Exception
return string
Example #1
0
 public function getMessageFromException($e)
 {
     return parent::getMessageFromException($e);
 }