Airship\Cabin\Bridge\Exceptions\UserFeedbackException::__toString PHP Method

__toString() public method

To allow this to be used verbatim in Twig templates, etc.
public __toString ( ) : string
return string
    public function __toString() : string
    {
        return $this->getMessage();
    }
UserFeedbackException