Skip to content

Commit

Permalink
Best feature (#37)
Browse files Browse the repository at this point in the history
* best feature

* Update build.gradle
  • Loading branch information
BBScholar authored Feb 14, 2019
1 parent bfcf770 commit f9ea438
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
}

group = 'org.team5499'
version = '2.6.2'
version = '2.6.3'

task sourcesJar(type: Jar) {
from sourceSets.main.allJava
Expand Down
9 changes: 9 additions & 0 deletions src/main/kotlin/org/team5499/monkeyLib/util/Oof.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package org.team5499.monkeyLib.util

/*
Thanks 1323!
*/
public open class Oof(message: String) : Exception(message) {

public constructor() : this("Big Oof!")
}

0 comments on commit f9ea438

Please sign in to comment.