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 "reminder_does_not_exist_exception"/>"

View File

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

View File

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

View File

@@ -0,0 +1 @@
<#assign reminderId>${model.reminderId?c}</#assign><#include "reminder_does_not_exist_exception_text">

View File

@@ -0,0 +1 @@
<#assign suggestionId=model.suggestionId><#include "suggestion_does_not_exist_exception_text">

View File

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