for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace TournamentGenerator\Import;
use Exception;
/**
* Class InvalidImportDataException
*
* Exception for import data validation
* @package TournamentGenerator\Import
* @author Tomáš Vojík <[email protected]>
* @since 0.5
*/
class InvalidImportDataException extends Exception
{
}