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

namespace OCA\Social\Exceptions;

class ActorDoesNotExistException extends \Exception {

}