social/lib/Exceptions/FollowDoesNotExistException...

9 wiersze
100 B
PHP

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