assertInstanceOf('Psy\Exception\Exception', $e); $this->assertInstanceOf('RuntimeException', $e); $this->assertInstanceOf('Psy\Exception\RuntimeException', $e); $this->assertSame($msg, $e->getMessage()); $this->assertSame($msg, $e->getRawMessage()); } }