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
* For the full copyright and license information, please view the LICENSE
7
+
* file that was distributed with this source code.
8
+
*/
9
+
10
+
import{Exception}from'#src/helpers/Exception'
11
+
12
+
exportclassNotFoundAthennaConfigextendsException{
13
+
publicconstructor(){
14
+
super({
15
+
code: 'E_NOT_FOUND_ATHENNA_CONFIG',
16
+
message: 'The @athenna/config package is not installed',
17
+
help: 'String.hash() requires @athenna/config to be installed to search for your app.key. You bypass installing @athenna/config if you define the key when calling the method: String.hash("value", { key: "your-key" })'
0 commit comments