a-blog cms PHP API Reference

InstallerException extends RuntimeException
in package

Installer 実行時エラー

exitCode は CLI の終了コードに対応: 1 = 引数エラー 2 = bin / 対象 blog が見つからない / yaml 不正 3 = DB エラー 4 = ファイルコピーエラー 5 = 権限不足 6 = 冪等性違反 (既にインストール済み等) 255 = 予期せぬ例外

Table of Contents

Properties

$exitCode  : int

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct(string $message[, int $exitCode = 3 ][, Throwable|null $previous = null ]) : mixed
Parameters
$message : string
$exitCode : int = 3
$previous : Throwable|null = null

        
On this page

Search results