Автор: Nicola Pietroluongo (nik.longstone@gmail.com)
Наследование: extends RuntimeException
Пример #1
0
 public function testInvalidOptionException()
 {
     $e = new InvalidOptionException('foo');
     $this->assertEquals('The format of the option "foo" is invalid', $e->getMessage(), 'A message should be generated');
 }