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

namespace OCA\Social\Exceptions;

class CacheActorDoesNotExistException extends \Exception {

}