Searched refs:ExceptionNotSupported (Results 1 – 4 of 4) sorted by relevance
107 * @throws ExceptionNotSupported122 * @throws ExceptionNotSupported - if the cache is not supported
218 …throw new ExceptionNotSupported("No cache support by default, overwrite this function to give acce…223 …throw new ExceptionNotSupported("The fetcher ($this) does not support to feed the cache, overwrite…
33 } catch (ExceptionNotSupported $e) {62 } catch (ExceptionNotSupported $e) {
5 class ExceptionNotSupported extends ExceptionCompile class