Creates a new loader.
array $paths An array of file paths:
Overrides LoaderChain::__construct
public function __construct(array $paths) { parent::__construct($this->getFileLoaders($paths)); }