aboutsummaryrefslogblamecommitdiff
path: root/src/NXP/Exception/UnknownFunctionException.php
blob: 5bb3658f44c131eecf83db71c3ac1b3cd9c065f2 (plain) (tree)


















                                                                          
<?php

/**
 * This file is part of the MathExecutor package
 *
 * (c) Alexander Kiryukhin
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code
 */

namespace NXP\Exception;

/**
 * @author Vitaliy Zhuk <zhuk2205@gmail.com>
 */
class UnknownFunctionException extends \Exception
{
}