Need to add a preset of exceptions that will be used in sortex framework.
Need to add functions to set/get errors in exception instance
Need to add functions to set/get extra information in exception instance
(Will be used when loggin these exceptions, for example in Sentry)
Need to add generic functionality to have different error messages to display to users.
For example, when getting DB exceptions, so some generic error like "Temporary problem", or for permission denied - write "Permission denied".
Need to add a preset of exceptions that will be used in sortex framework.
Need to add functions to set/get errors in exception instance Need to add functions to set/get extra information in exception instance (Will be used when loggin these exceptions, for example in Sentry)
Need to add generic functionality to have different error messages to display to users. For example, when getting DB exceptions, so some generic error like "Temporary problem", or for permission denied - write "Permission denied".