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

Exception.toJSON() #35

Closed
samchon opened this issue May 7, 2019 · 1 comment
Closed

Exception.toJSON() #35

samchon opened this issue May 7, 2019 · 1 comment
Labels
enhancement New feature or request
Projects

Comments

@samchon
Copy link
Owner

samchon commented May 7, 2019

To support tgrid#14, TSTL would implement the Exception.toJSON() method.

class Exception
{
    public toJSON()
    {
        return { name: this.name, 
            message: this.message, 
            stack: this.stack 
        };
    }
}
@samchon samchon added the enhancement New feature or request label May 7, 2019
@samchon samchon added this to To do in v2.2 Update via automation May 7, 2019
@samchon samchon moved this from To do to In progress in v2.2 Update May 7, 2019
@samchon samchon moved this from In progress to Done in v2.2 Update Jun 15, 2019
@samchon
Copy link
Owner Author

samchon commented Jun 15, 2019

Have implemented until v2.2

@samchon samchon closed this as completed Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v2.2 Update
  
Done
Development

No branches or pull requests

1 participant