You are here

InvalidArgumentException.php in Features 8.3

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

File

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

namespace Drupal\features\Exception;


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

}

Classes