PHPSpec2\Exception\Example\PendingException::__construct PHP Method

__construct() public method

public __construct ( $text = 'write pending example' )
    public function __construct($text = 'write pending example')
    {
        parent::__construct(sprintf('TODO: %s', $text));
    }
PendingException