summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/NoteNotFoundException.php
blob: 0bd8629871885e0ef13985e5b2a8b2a9d3522767 (plain)
1
2
3
4
5
6
7
8
<?php

namespace OCA\Social\Exceptions;

class NoteNotFoundException extends \Exception {

}