You are here

ParamNotConvertedException.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php

File

core/lib/Drupal/Core/ParamConverter/ParamNotConvertedException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\ParamConverter\ParamNotConvertedException.
 */
namespace Drupal\Core\ParamConverter;


/**
 * Provides an exception class for a request parameter that was not converted.
 */
class ParamNotConvertedException extends \Exception {

}

Classes

Namesort descending Description
ParamNotConvertedException Provides an exception class for a request parameter that was not converted.