Error handler for unknown property accessor in Annotation class.
BadMethodCallException
public function __get(string $name) { throw new BadMethodCallException(sprintf("Unknown property '%s' on annotation '%s'.", $name, static::class)); }