Change namespace to top.fatweb.oxygen.api
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package top.fatweb.oxygen.api.exception
|
||||
|
||||
/**
|
||||
* Email settings not configured exception
|
||||
*
|
||||
* @param configs Configs not config
|
||||
* @author FatttSnake, fatttsnake@gmail.com
|
||||
* @since 1.0.0
|
||||
* @see RuntimeException
|
||||
*/
|
||||
class NoEmailConfigException(
|
||||
vararg configs: String
|
||||
) : RuntimeException("Email settings not configured: ${configs.joinToString(", ")}")
|
||||
Reference in New Issue
Block a user