mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-07 09:38:52 -06:00
Convert HabitNotFoundException to Kotlin
This commit is contained in:
@@ -16,8 +16,6 @@
|
|||||||
* You should have received a copy of the GNU General Public License along
|
* You should have received a copy of the GNU General Public License along
|
||||||
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
package org.isoron.uhabits.core.models
|
||||||
|
|
||||||
package org.isoron.uhabits.core.models;
|
class HabitNotFoundException : RuntimeException()
|
||||||
|
|
||||||
public class HabitNotFoundException extends RuntimeException {
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user