mautic / app /bundles /CoreBundle /Security /Exception /PermissionException.php
chrisbryan17's picture
Upload folder using huggingface_hub
d2897cd verified
raw
history blame contribute delete
147 Bytes
<?php
namespace Mautic\CoreBundle\Security\Exception;
class PermissionException extends \InvalidArgumentException
{
protected $code = 403;
}