8 lines
98 B
PHP
8 lines
98 B
PHP
<?php
|
|
|
|
namespace KupShop\CommentsBundle\Exception;
|
|
|
|
class CommentException extends \Exception
|
|
{
|
|
}
|