Convert HabitNotFoundException to Kotlin

This commit is contained in:
2020-12-29 16:51:26 -06:00
parent 307ff5c1ca
commit 4d3c5ad732

View File

@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.isoron.uhabits.core.models
package org.isoron.uhabits.core.models;
public class HabitNotFoundException extends RuntimeException {
}
class HabitNotFoundException : RuntimeException()