mirror of
https://github.com/Iconica-Development/flutter_availability.git
synced 2025-05-19 05:03:44 +02:00
feat: add exception for template apply errors in data-interface
This commit is contained in:
parent
9dcb3950df
commit
3e2cc1d9f5
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ class AvailabilityNotFoundException implements Exception {}
|
||||||
/// Exception thrown when the requested template can not be found
|
/// Exception thrown when the requested template can not be found
|
||||||
class TemplateNotFoundException implements Exception {}
|
class TemplateNotFoundException implements Exception {}
|
||||||
|
|
||||||
|
/// Exception thrown when the requested template can not be applied
|
||||||
|
class TemplateApplyException implements Exception {}
|
||||||
|
|
||||||
/// A base interface that defines the communication from the availability user
|
/// A base interface that defines the communication from the availability user
|
||||||
/// story to its persistance solution.
|
/// story to its persistance solution.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue