mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 14:58:57 +02:00
[Nostromo] Update Status codes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user