https://github.com/paveloom-j/exceptions.jl
Easy exception creation
https://github.com/paveloom-j/exceptions.jl
exception-handling exceptions julia
Last synced: 4 months ago
JSON representation
Easy exception creation
- Host: GitHub
- URL: https://github.com/paveloom-j/exceptions.jl
- Owner: paveloom-j
- License: mit
- Created: 2020-10-16T12:20:14.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-11-18T20:23:35.000Z (over 5 years ago)
- Last Synced: 2025-02-22T23:32:22.563Z (over 1 year ago)
- Topics: exception-handling, exceptions, julia
- Language: Julia
- Homepage: https://paveloom-j.github.io/Exceptions.jl
- Size: 194 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Exceptions.jl
_Easy exception creation._
| __Documentation__ | __Code Coverage__ | **Playground** |
|:-------------------------------------------------------------------------:|:-------------------------------:|:-------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] [![][docs-dev-img]][docs-dev-url] | [![][codecov-img]][codecov-url] | [![][playground-img]][playground-url] |
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://paveloom-j.github.io/Exceptions.jl
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
[docs-dev-url]: https://paveloom-j.github.io/Exceptions.jl/dev
[codecov-img]: https://codecov.io/gh/paveloom-j/Exceptions.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/paveloom-j/Exceptions.jl
[license-img]: https://img.shields.io/badge/license-MIT-5DA399.svg
[license-url]: https://github.com/paveloom-j/Exceptions.jl/blob/master/LICENSE.md
[playground-img]: https://mybinder.org/badge_logo.svg
[playground-url]: https://mybinder.org/v2/gh/paveloom-j/Exceptions.jl/master?urlpath=lab/tree/playground.ipynb
A package for the quick creation of customizable exceptions.