-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Applied lints. Reorganized folder structure.
- Loading branch information
1 parent
1854bbc
commit 4bdca4c
Showing
12 changed files
with
24 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,9 @@ | ||
/// Provides generic exception and error templates. | ||
/// | ||
/// Enables throwing specific errors/exceptions without having to declare | ||
/// new classes. | ||
library exception_templates; | ||
|
||
export 'src/utils/color_options.dart'; | ||
export 'src/errors/error_of.dart'; | ||
export 'src/errors/error_of_type.dart'; | ||
export 'src/error_types/error_type.dart'; | ||
export 'src/error_types/invalid_identifier.dart'; | ||
export 'src/exceptions/exception_of.dart'; | ||
export 'src/exceptions/exception_of_type.dart'; | ||
export 'src/exception_types/exception_type.dart'; | ||
export 'src/error/error_of.dart'; | ||
export 'src/error/error_of_type.dart'; | ||
export 'src/error/error_type.dart'; | ||
export 'src/error/invalid_identifier.dart'; | ||
export 'src/exception/exception_of.dart'; | ||
export 'src/exception/exception_of_type.dart'; | ||
export 'src/exception/exception_type.dart'; | ||
export 'src/utils/validators.dart'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters