social/lib/Exceptions/CacheContentException.php

9 wiersze
94 B
PHP

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