Searched refs:InvalidArgumentException (Results 1 – 9 of 9) sorted by relevance
5 use InvalidArgumentException; alias14 $this->expectException(InvalidArgumentException::class);
94 $this->expectException(\InvalidArgumentException::class);
116 } catch (\InvalidArgumentException $e) {135 } catch (\InvalidArgumentException $e) {149 } catch (\InvalidArgumentException $e) {166 } catch (\InvalidArgumentException $e) {
254 throw new \InvalidArgumentException('Name cannot be empty');261 throw new \InvalidArgumentException('Name cannot be empty');270 throw new \InvalidArgumentException(
32 throw new \InvalidArgumentException('Identifier name cannot be empty');
7 self::expectException(\InvalidArgumentException::class);
132 $this->expectException(\InvalidArgumentException::class);138 $this->expectException(\InvalidArgumentException::class);144 $this->expectException(\InvalidArgumentException::class);
40 throw new \InvalidArgumentException("Unknown modifier $modifier");
158 throw new \InvalidArgumentException('Can only dump nodes and arrays.');
Completed in 17 milliseconds