aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Event/Activity/Actions/Share/ShareDeniedEvent.php
blob: fcdfd1cee70eaca056d1505401c4200d7a2ee840 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

namespace Wallabag\CoreBundle\Event\Activity\Actions\Share;

/**
 * This event is fired as soon as an share is denied
 */
class ShareDeniedEvent extends ShareEvent
{
    const NAME = 'share.denied';
}