mirror of
https://github.com/code-rhapsodie/ezmigrationbundle2.git
synced 2026-03-24 06:42:19 +01:00
12 lines
281 B
PHP
12 lines
281 B
PHP
<?php
|
|
|
|
namespace Kaliop\eZMigrationBundle\API\Exception;
|
|
|
|
/**
|
|
* To be used when a migration step definition is intrinsically invalid (as opposed to step definitions that are
|
|
* invalid because of runtime conditions)
|
|
*/
|
|
class InvalidStepDefinitionException extends \Exception
|
|
{
|
|
}
|