misuzu/src/Comments/CommentsException.php

7 lines
109 B
PHP
Raw Normal View History

2022-09-13 13:14:49 +00:00
<?php
namespace Misuzu\Comments;
use RuntimeException;
class CommentsException extends RuntimeException {}