Fatal error: Wrong parameters for Exception([string $exception [, long $code ]])

エラーメッセージFatal error

 状態:-  閲覧数:6,459  投稿日:2011-12-13  更新日:2013-03-06  
Fatal error: Wrong parameters for Exception([string $exception [, long $code ]]) in /**/△△.php on line ○○

■エラー内容
例外クラスの引数が間違っている

▼想定原因.1
PHP5.3未満の環境で、例外をネストして利用

▼対策案.1
PHP5.3以上にする。例外ネストを止める


Fatal error: Access level to ▲::$△ must be protected (as in class ●) or weaker

Fatal error: Cannot use object of type stdClass as array

コメント投稿(ログインが必要)