<?php namespace Drupal\usebb2drupal\Exception; use \Exception; /** * Exception upon missing language files. */ class MissingLanguagesException extends Exception { }
Главная | Обратная связь