zanui/ZanuiFixturesBundle

View on GitHub
src/Exception/LoadInfoException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Zanui (http://www.zanui.com.au/)
 *
 * @link      http://github.com/zanui/shop for the canonical source repository
 * @copyright Copyright (c) 2011-2014 Internet Services Australia 3 Pty Limited (http://www.zanui.com.au)
 * @license   All rights reserved - Do Not Redistribute
 */

namespace Zanui\FixturesBundle\Exception;

/**
 * Load Info Exception
 *
 * This exception will be thrown when a data file cannot be parsed into an array
 */
class LoadInfoException extends \RuntimeException
{
}