Interfaceseedcordv0.10.6
See also:Checkable, Catchable, EventCatchable
interface WithChecksinterface WithChecksMethods
- virtual
Runs pre-execution checks for the handler.
It'll be called automatically if a class is decorated with CheckableCheckable before the execute method.
Override this method in your handler classes