4 * This file is part of the Fxp Composer Asset Plugin package.
6 * (c) François Pluchino <francois.pluchino@gmail.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 namespace Fxp\Composer\AssetPlugin\Exception;
15 * The Invalid Create Asset Repository Exception.
17 * @author François Pluchino <francois.pluchino@gmail.com>
19 class InvalidCreateRepositoryException extends \Exception implements ExceptionInterface
24 protected $data = array();
27 * Set the data of asset package config defined by the registry.
29 * @param array $data The data
33 public function setData(array $data)
41 * Get the data of asset package config defined by the registry.
45 public function getData()