We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83882a commit d027633Copy full SHA for d027633
CHANGELOG.md
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
12
13
- [`069d111`][069d111]
14
Added static private property `#template` of a `string` type.
15
- Added private instance `#callback` property of `Callback` instance.
+ Added private instance `#callback` property of [`Callback`][package-callback] instance.
16
Added private instance `#fix`, `#problem`, `#tpl` property.
17
Added pubic methods [`setFix()`][error-method-setfix], [`setMessage()`][error-method-setmessage], [`setProblem()`][error-method-setproblem], [`setTemplate()`][error-method-settemplate], [`throw()`][error-method-throw], [`updateMessage()`][error-method-updatemssage] of an instance.
18
Added static private methods `#guardMessage()`, `#guardTemplate()`.
0 commit comments