a-blog cms PHP API Reference

SiteSeedException extends RuntimeException
in package

SiteSeed 実行時エラー

exitCode は CLI の終了コードに対応: 1 = 引数エラー 2 = bin 不正 / yaml 不正 3 = DB エラー / ID 衝突 4 = ファイルコピーエラー 5 = 権限不足 6 = 冪等性チェック失敗 (install 時に既存 blog あり等)

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