Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with delete messaging. #129

Open
zaunaf opened this issue May 22, 2015 · 1 comment
Open

Problem with delete messaging. #129

zaunaf opened this issue May 22, 2015 · 1 comment
Assignees

Comments

@zaunaf
Copy link
Owner

zaunaf commented May 22, 2015

Throws unnecessary error that breaks the return message, so the deleted info not shown and also breaks inheritance.

@zaunaf
Copy link
Owner Author

zaunaf commented May 22, 2015

Solution:
Add

public function createResponseStr(){
        $this->setResponseStr($this->buildJson(true, $this->getMessage()));
    }

    public function createExceptionResponseStr(){
        $this->setResponseStr($this->buildJson(false, $this->getExceptionMsg()));
    }

@zaunaf zaunaf self-assigned this May 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant