CommandHelper

CommandHelper

46.5k Downloads

UnsupportedOperationException from include_dir()

Anatoliy057 opened this issue ยท 1 comments

commented

If only include_dir() is called in the script (no more operations are present), then an UnsupportedOperationException is thrown

throw new UnsupportedOperationException();

commented

Oh weird, that means it's not being optimized out properly.