TwirpError.php for common files (not for services) #99
|
I have created a common file named After compilation, a file appears |
Answered by
sagikazarmark
Jan 20, 2022
Replies: 1 comment 2 replies
|
TwirpError is used in services, but it generated individually since it needs to be generated once per package. Since you package doesn't contain any services, there is an argument that probably TwirpError shouldn't be generated either. I think it should be fairly trivial thing to achieve. |
2 replies
Answer selected by
ilzrv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

TwirpError is used in services, but it generated individually since it needs to be generated once per package.
Since you package doesn't contain any services, there is an argument that probably TwirpError shouldn't be generated either. I think it should be fairly trivial thing to achieve.