X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FInstaller%2FException%2FInstallerException.php;h=29136e0710455c581e00986debba32004a4c3be2;hb=refs%2Fheads%2Fd864;hp=32e574c6d5db0ba8f2a4e8c6c67ccbb8fd3132da;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php b/web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php index 32e574c6d..29136e071 100644 --- a/web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php +++ b/web/core/lib/Drupal/Core/Installer/Exception/InstallerException.php @@ -20,10 +20,10 @@ class InstallerException extends \RuntimeException { /** * Constructs a new installer exception. * - * @param string $title - * The page title. * @param string $message - * (optional) The exception message. Defaults to 'Error'. + * The exception message. + * @param string $title + * (optional) The page title. Defaults to 'Error'. * @param int $code * (optional) The exception code. Defaults to 0. * @param \Exception $previous