This commit is contained in:
Marcin Kurczewski
2013-10-12 22:37:18 +02:00
parent 6e7791e94b
commit 21f4669a98
12 changed files with 176 additions and 186 deletions

View File

@ -8,6 +8,6 @@ class CommentController
{
$this->context->activeSection = 'comments';
$this->context->subTitle = 'comments';
throw new Exception('Not implemented');
throw new SimpleException('Not implemented');
}
}