ruạṛ
<?php /** * This file is a part of horstoeko/zugferdvisualizer. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace horstoeko\zugferdvisualizer\exception; /** * Class representing the exception which is raised when a * template does not exists * * @category ZugferdVisualizer * @package ZugferdVisualizer * @author D. Erling <horstoeko@erling.com.de> * @license https://opensource.org/licenses/MIT MIT * @link https://github.com/horstoeko/zugferdvisualizer */ class ZugferdVisualizerNoTemplateNotExistsException extends \Exception { }
cải xoăn