Finished Error handling across the API

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-08-15 21:15:17 +02:00
committed by Julius Härtl
parent 2668f6b80c
commit dd1d4246fe
5 changed files with 34 additions and 44 deletions
+1
View File
@@ -89,6 +89,7 @@ class StackService {
}
}
//TODO: Write this function so we can look up one stack id.
public function find($stackId) {
throw new \Exception('Not yet implemented');
}