summaryrefslogtreecommitdiffstats
path: root/lib/Exceptions/FollowDoesNotExistException.php
blob: 359c2a7d13666286de33217d74414357dec63c58 (plain)
1
2
3
4
5
6
7
8
<?php

namespace OCA\Social\Exceptions;

class FollowDoesNotExistException extends \Exception {

}