class NoMarkupGeneratedException in Layout Plugin Views 8
Same name and namespace in other branches
- 8.2 src/Exceptions/NoMarkupGeneratedException.php \Drupal\layout_plugin_views\Exceptions\NoMarkupGeneratedException
Exception which can be thrown if a render function did not generate markup.
Hierarchy
- class \Drupal\layout_plugin_views\Exceptions\NoMarkupGeneratedException extends \Drupal\layout_plugin_views\Exceptions\RuntimeException
Expanded class hierarchy of NoMarkupGeneratedException
1 file declares its use of NoMarkupGeneratedException
- Fields.php in src/
Plugin/ views/ row/ Fields.php
File
- src/
Exceptions/ NoMarkupGeneratedException.php, line 8
Namespace
Drupal\layout_plugin_views\ExceptionsView source
class NoMarkupGeneratedException extends \RuntimeException {
}