assertEquals(404, $exception->getStatusCode()); $this->assertEquals('', $exception->getMessage()); $exception = new HttpNotFound('Nothing to see here!'); $this->assertEquals('Nothing to see here!', $exception->getMessage()); } }