includeAbort
A less severe way to stop a script compared to includeExit. A script which calls abort, will cause an AbortFeather to be thrown (which extends Throwable, not Exception nor RuntimeException).
You should catch the exception from where you called the Feather script.