social/lib/Exceptions/CacheDocumentDoesNotExistEx...

9 wiersze
107 B
PHP

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