'%s is not an object' ); public function __construct($input) { parent::__construct( sprintf( $this->getMessageTemplate(self::MSG_NOT_OBJECT), $this->getStringRepresentation($input) ) ); } }