<?php namespace Drupal\advancedqueue\Exception; /** * Exception thrown when a backend is not suitable for use with a job. */ class InvalidBackendException extends \Exception {}
Главная | Обратная связь