class UnknownServiceException in Little helpers 7.2
Exception thrown when a unregistered service is loaded.
Hierarchy
- class \Drupal\little_helpers\Services\UnknownServiceException extends \Drupal\little_helpers\Services\Exception
Expanded class hierarchy of UnknownServiceException
File
- src/
Services/ UnknownServiceException.php, line 8
Namespace
Drupal\little_helpers\ServicesView source
class UnknownServiceException extends \Exception {
}