data_pipelines-1.x-dev/src/Exception/DestinationNotFoundException.php
src/Exception/DestinationNotFoundException.php
<?php
namespace Drupal\Tests\data_pipelines\Exception;
/**
* Provides an exception for when destinations are not found.
*/
class DestinationNotFoundException extends \RuntimeException {
}
