You are here

PageProcessorException.php in Mini site 8

File

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

namespace Drupal\minisite\Exception;


/**
 * Class PageProcessorException.
 *
 * Class for all page processor exceptions.
 *
 * @package Drupal\minisite\Exception
 */
class PageProcessorException extends \Exception {

}

Classes

Namesort descending Description
PageProcessorException Class PageProcessorException.