Exception

(PHP 5, PHP 7, PHP 8)

はじめに

Exception は、 すべてのユーザー例外の基底クラスです。

クラス概要

class Exception implements Throwable {
/* プロパティ */
protected string $message = "";
private string