Class 'HTMLPurifier_VarParser_Flexible' not found

I am trying to use the internationalisation features in Yii

When I Use Yii::t , I get this error

Class ‘HTMLPurifier_VarParser_Flexible’ not found

this is what I am doing

$this->title=Yii::t(‘app’,‘Dashboard’);

any ideas?