public function ParseException::getSnippet in Database Sanitize 7
Gets the snippet of code near the error.
Return value
string The snippet of code
File
- vendor/
symfony/ yaml/ Exception/ ParseException.php, line 50
Class
- ParseException
- Exception class thrown when an error occurs during parsing.
Namespace
Symfony\Component\Yaml\ExceptionCode
public function getSnippet() {
return $this->snippet;
}