misuzu/src/Comments/CommentsException.php

7 lines
109 B
PHP

<?php
namespace Misuzu\Comments;
use RuntimeException;
class CommentsException extends RuntimeException {}