You are here

NoMarkupGeneratedException.php in Layout Plugin Views 8

Same filename and directory in other branches
  1. 8.2 src/Exceptions/NoMarkupGeneratedException.php

File

src/Exceptions/NoMarkupGeneratedException.php
View source
<?php

namespace Drupal\layout_plugin_views\Exceptions;


/**
 * Exception which can be thrown if a render function did not generate markup.
 */
class NoMarkupGeneratedException extends \RuntimeException {

}

Classes

Namesort descending Description
NoMarkupGeneratedException Exception which can be thrown if a render function did not generate markup.