You are here

ParamNotConvertedException.php in Zircon Profile 8

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.