multistep_form_framework-8.x-1.x-dev/src/Exception/MissingMandatoryParameterException.php
src/Exception/MissingMandatoryParameterException.php
<?php
namespace Drupal\multistep_form_framework\Exception;
/**
* Missing mandatory parameter exception.
*/
class MissingMandatoryParameterException extends \InvalidArgumentException {}
