Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / ParamConverter / ParamNotConvertedException.php
1 <?php
2
3 namespace Drupal\Core\ParamConverter;
4
5 /**
6  * Provides an exception class for a request parameter that was not converted.
7  */
8 class ParamNotConvertedException extends \Exception {
9
10 }