Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
InvalidArgumentException
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace FileImporter\Exceptions;
4
5/**
6 * @license GPL-2.0-or-later
7 * @author Addshore
8 */
9class InvalidArgumentException extends ImportException {
10
11}