toString method
override
Returns a string representation of this object.
Implementation
String toString() {
return 'RouteConflictException: 【${node1.path}】 与 【${node2.path}】 产生了路由冲突,这会导致路由系统存在歧义路由,请检查您的代码!';
}
Returns a string representation of this object.
String toString() {
return 'RouteConflictException: 【${node1.path}】 与 【${node2.path}】 产生了路由冲突,这会导致路由系统存在歧义路由,请检查您的代码!';
}