mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
18 lines
314 B
PHP
18 lines
314 B
PHP
<?php
|
|
/*
|
|
* This file is part of Fenom.
|
|
*
|
|
* (c) 2013 Ivan Shalganov
|
|
*
|
|
* For the full copyright and license information, please view the license.md
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
namespace Fenom\Error;
|
|
|
|
/**
|
|
* @package Fenom\Error
|
|
*/
|
|
class CompileException extends \ErrorException
|
|
{
|
|
} |