-
-
Notifications
You must be signed in to change notification settings - Fork 163
Closed
Description
Every generated exception method e.g. https://github.com/thecodingmachine/safe/blob/master/generated/Exceptions/FilesystemException.php contains createFromPhpError() method where exception is created from json_last_error()
. Is it correct behaviour?
Source:
safe/generator/src/FileCreator.php
Line 157 in 50f1e60
return new self(\json_last_error_msg(), \json_last_error()); |
Metadata
Metadata
Assignees
Labels
No labels