[exceptions] add CommonFormException
This commit is contained in:
parent
96689c6ba5
commit
b07d975aff
|
|
@ -0,0 +1,4 @@
|
|||
@file:Suppress("unused")
|
||||
package ru.touchin.common.exceptions
|
||||
|
||||
open class CommonFormException(description: String?) : CommonException(description)
|
||||
Loading…
Reference in New Issue