added templates for exceptions and refactored some existing ones

This commit is contained in:
Sheldan
2020-08-29 01:25:21 +02:00
parent a78bc99933
commit b82b3301ed
208 changed files with 187 additions and 96 deletions

View File

@@ -0,0 +1 @@
"description": "<@safe_include "mute_role_has_not_been_setup_exception"/>"

View File

@@ -0,0 +1 @@
"description": "<@safe_include "no_message_found_exception"/>"

View File

@@ -0,0 +1 @@
"description": "<@safe_include "note_not_found_exception"/>"

View File

@@ -0,0 +1 @@
<#include "mute_role_has_not_been_setup_exception_text">

View File

@@ -1 +1 @@
<#include "no_message_found_exception_message">
<#include "no_message_found_exception_text">

View File

@@ -1 +1 @@
<#include "note_not_found_exception_message">
<#include "note_not_found_exception_text">