You are here

InvalidGridLayoutException.php in Paragraphs Collection 8

File

src/InvalidGridLayoutException.php
View source
<?php

namespace Drupal\paragraphs_collection;


/**
 * Exception thrown when a grid layout definition is invalid.
 */
class InvalidGridLayoutException extends \RuntimeException {

}

Classes

Namesort descending Description
InvalidGridLayoutException Exception thrown when a grid layout definition is invalid.