romanzaycev/tooolooop

View on GitHub
src/Romanzaycev/Tooolooop/Template/Exceptions/RestrictedBlockName.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

/**
 * This file is part of the Tooolooop.
 * Copyright (c) 2017-2019 Roman Zaycev <box@romanzaycev.ru>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Romanzaycev\Tooolooop\Template\Exceptions;

/**
 * Class RestrictedBlockName
 *
 * @author Roman Zaycev <box@romanzaycev.ru>
 * @package Romanzaycev\Tooolooop\Template\Exceptions
 */
class RestrictedBlockName extends TemplateException
{

}