<?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 FenomError;
/**
 * @package FenomError
 */
class SecurityException extends CompileException
{
}