An open API service indexing awesome lists of open source software.

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

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.