Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
CommunityPolicyException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace FileImporter\Exceptions;
4
5/**
6 * Exception thrown when an import is stopped because it does not mention a compatible license, or
7 * contains a forbidden template or category. This is typically a roadblock and should *not* be
8 * resolved by the user.
9 *
10 * @license GPL-2.0-or-later
11 */
12class CommunityPolicyException extends LocalizedImportException {
13
14}