You are here

InvalidArgumentException.php in Features 8.4

Same filename and directory in other branches
  1. 8.3 src/Exception/InvalidArgumentException.php

File

src/Exception/InvalidArgumentException.php
View source
<?php

namespace Drupal\features\Exception;


/**
 * {@inheritDoc}
 */
class InvalidArgumentException extends \InvalidArgumentException {

}

Classes