More validation updates

This commit is contained in:
Andy Miller
2015-07-22 15:31:32 -06:00
parent 2161daa398
commit cc9f5ed096

View File

@@ -75,7 +75,7 @@ class Blueprint
try {
$this->validateArray($data, $this->nested);
} catch (\RuntimeException $e) {
throw new \RuntimeException(sprintf('Page validation failed: %s', $e->getMessage()));
throw new \RuntimeException(sprintf('<b>Validation failed:</b> %s', $e->getMessage()));
}
}