You are here

PatternRenderException.php in UI Patterns 8

File

src/Exception/PatternRenderException.php
View source
<?php

namespace Drupal\ui_patterns\Exception;


/**
 * Class PatternRenderException.
 *
 * @package Drupal\ui_patterns\Exception
 */
class PatternRenderException extends \Exception {

}

Classes

Namesort descending Description
PatternRenderException Class PatternRenderException.