aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/comments/notfoundexception.php
blob: a82e703b79e7aac5ea1972b7d70a5291bf9f8e7b (plain)
1
2
3
4
5
6
7
8
9
<?php

namespace OCP\Comments;

/**
 * Exception for not found entity
 * @since 9.0.0
 */
class NotFoundException extends \Exception {}