social/lib/Exceptions/CacheActorDoesNotExistExcep...

9 wiersze
104 B
PHP

<?php
namespace OCA\Social\Exceptions;
class CacheActorDoesNotExistException extends \Exception {
}