Skip to content

UndefinedAttributeClass

存在しない属性クラスを参照しようとした場合に発生します。

<?php
use Foo\Bar\Pure;

#[Pure]
class Video {}

ユーザーノート