Pr3roxDLC / Hipster-Catching

A lightweight Java libary to improve exception handling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hipster-Catching

Hipster-Catching is a small libary created with the goal of improving working with exceptions.

Usage

Import Hipster-Catching as a Maven dependency using jitpack.

    <repositories>
        <repository>
            <id>jitpack.io</id>
            <url>https://jitpack.io</url>
        </repository>
    </repositories>
    
    <dependencies>
        <dependency>
            <groupId>com.github.Pr3roxDLC</groupId>
            <artifactId>hipster-catching</artifactId>
            <version>v1.0.0</version>
        </dependency>
    </dependencies>

About

A lightweight Java libary to improve exception handling


Languages

Language:Java 100.0%