Lines Matching refs:Exception
5 use Exception; alias
12 * @throws Exception
20 throw new Exception('expecting list');
29 throw new Exception("{$name}expecting $expectedArgs arguments, got $numValues");
39 * @throws Exception
44 throw new Exception('expecting list');
53 … throw new Exception("$name expecting at least $expectedMinArgs arguments, got $numValues");
64 * @throws Exception
69 throw new Exception($error);
73 * @throws Exception
78 if (is_null($color)) throw new Exception($error);