[Nostromo] Update Status codes

This commit is contained in:
Andrés Montañez
2017-01-01 16:39:22 -03:00
parent 643fcfcbda
commit 616258e91e
7 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ class Runtime
return $this;
}
throw new InvalidEnvironmentException(sprintf('The environment "%s" does not exists.', $environment), 1000);
throw new InvalidEnvironmentException(sprintf('The environment "%s" does not exists.', $environment), 100);
}
/**