You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All errors in the module should to be localizable, so we have to move from just throwing text errors to using localizable ids.
I suggest throwing a custom error object (e.g. H5pError) on critical errors that contains a (human-readable) error code an associative array with relevant variables. (see #44)
The text was updated successfully, but these errors were encountered:
All errors in the module should to be localizable, so we have to move from just throwing text errors to using localizable ids.
I suggest throwing a custom error object (e.g. H5pError) on critical errors that contains a (human-readable) error code an associative array with relevant variables. (see #44)
The text was updated successfully, but these errors were encountered: