Skip to content

Version 0.1.0 - Initial Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@chadicus chadicus released this 21 Jul 21:08
· 62 commits to master since this release

Major Features

  • FormatException - Exception thrown when the format of an argument is invalid, or when a format string is not well formed.
  • NotAllowedException - Exception thrown if the caller does not have the appropriate permissions to perform the action.
  • NotFoundException - Exception thrown if a resource such as a database record or file is not found.
  • NullValueException - Exception thrown if an expected value was null.