コード例 #1
0
ファイル: Cache.php プロジェクト: AlexSJ/phluid-php
 function __construct($message = 'Response not modified', $code = 304, Exception $previous = null)
 {
     parent::__construct($message, $code, $previous);
 }
コード例 #2
0
ファイル: View.php プロジェクト: AlexSJ/phluid-php
 function __construct($message)
 {
     parent::__construct($message, 404);
 }