ui_patterns-8.x-1.4/src/Exception/PatternRenderException.php
src/Exception/PatternRenderException.php
<?php
namespace Drupal\ui_patterns\Exception;
/**
* Exception thrown in case of an invalid pattern rendering.
*
* @package Drupal\ui_patterns\Exception
*/
class PatternRenderException extends \Exception {
}
