forked from Silverfish/proton-bridge
8 lines
63 B
Go
8 lines
63 B
Go
package events
|
|
|
|
type Error struct {
|
|
eventBase
|
|
|
|
Error error
|
|
}
|