mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-04-14 19:56:30 +00:00
added templates for exceptions and refactored some existing ones
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "reminder_does_not_exist_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "suggestion_does_not_exist_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
"description": "<@safe_include "suggestion_update_exception"/>"
|
||||
@@ -0,0 +1 @@
|
||||
<#assign reminderId>${model.reminderId?c}</#assign><#include "reminder_does_not_exist_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#assign suggestionId=model.suggestionId><#include "suggestion_does_not_exist_exception_text">
|
||||
@@ -0,0 +1 @@
|
||||
<#include "suggestion_update_exception_text">
|
||||
Reference in New Issue
Block a user