Example code: ``` php trait MyTrait { public function foo() { return $this->bar(); } } ``` `Call to an undefined method MyTrait::bar().`