social/lib/Exceptions/CacheContentSizeException.php

9 wiersze
98 B
PHP

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