start creating xsd module management

This commit is contained in:
Manuel Raynaud
2013-10-16 17:39:32 +02:00
parent 4f83c7f078
commit 84ad1e6f95
6 changed files with 171 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ abstract class BaseModule extends ContainerAware
public function getContainer()
{
if ($this->hasContainer() === false) {
throw new \RuntimeException("Sorry, container his not available in this context");
throw new \RuntimeException("Sorry, container is not available in this context");
}
return $this->container;