UnknownServiceException.php in Little helpers 7.2
Namespace
Drupal\little_helpers\ServicesFile
src/Services/UnknownServiceException.phpView source
<?php
namespace Drupal\little_helpers\Services;
/**
* Exception thrown when a unregistered service is loaded.
*/
class UnknownServiceException extends \Exception {
}
Classes
Name![]() |
Description |
---|---|
UnknownServiceException | Exception thrown when a unregistered service is loaded. |