pug-php/pug-yii2

View on GitHub
Exception.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

/**
 * Pug Yii2 exception.
 *
 * Credits: https://github.com/pug-php/pug-yii2#credits
 */

namespace Pug\Yii;

use yii\base\Exception as YiiException;

class Exception extends YiiException
{
}