<?php

/**
 * Batch exception
 *
 * @package Dalenys\Batch
 * @author Jérémy Cohen Solal <jeremy@dalenys.com>
 */

/**
 * Exception thrown by batch
 */
class Dalenys_Api_Batch_Exception_InvalidBatchFile extends Exception
{

}

