You are here

CompilerException.php in Theme Compiler 2.0.x

File

src/CompilerException.php
View source
<?php

namespace Drupal\theme_compiler;


/**
 * Provides an exception class for issues that occur during compilation.
 *
 * Copyright (C) 2021  Library Solutions, LLC (et al.).
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * @internal
 */
class CompilerException extends \Exception {

}

Classes

Namesort descending Description
CompilerException Provides an exception class for issues that occur during compilation.