Finished Error handling across the API

Signed-off-by: Ryan Fletcher <ryan.fletcher@codepassion.ca>
This commit is contained in:
Ryan Fletcher
2018-07-13 19:07:08 -04:00
committed by Julius Härtl
parent 2668f6b80c
commit dd1d4246fe
5 changed files with 34 additions and 44 deletions

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');
}