social/lib/Exceptions/EmptyQueueException.php

9 wiersze
92 B
PHP

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