eidng8/sttbot

View on GitHub
src/Exceptions/EmptyTemplateException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Created by PhpStorm.
 * User: JC
 * Date: 2016-11-30
 * Time: 22:11
 */

namespace eidng8\Exceptions;

/**
 * Empty Wiki template exception
 */
class EmptyTemplateException extends \Exception
{
}//end class