blob: dbef2c6ab8b580c5bc8328db205f487152a07b87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* @copyright 2009 Marcus Lunzenauer <mlunzena@uos.de>
* @author Marcus Lunzenauer <mlunzena@uos.de>
* @license MIT
*/
namespace Flexi;
class TemplateNotFoundException extends \Exception
{
}
|