public function JsonParseError::getContent in Janrain Registration 8
File
- src/
Exception/ JsonParseError.php, line 29
Class
- JsonParseError
- The error to throw when the data cannot be parsed as JSON.
Namespace
Drupal\janrain_capture\ExceptionCode
public function getContent() : string {
return $this->content;
}