Skip to content

UndefinedTrait

存在しないトレイトを参照しようとした場合に発生します。

<?php
class A {
    use T;
}

ユーザーノート