File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ public function __construct($app) {
4848 * @param string $name
4949 *
5050 * @return Client
51+ * @throws Exceptions\MaskNotFoundException
5152 */
5253 public function account ($ name = null ) {
5354 $ name = $ name ?: $ this ->getDefaultAccount ();
@@ -64,10 +65,10 @@ public function account($name = null) {
6465
6566 /**
6667 * Resolve a account.
67- *
6868 * @param string $name
6969 *
7070 * @return Client
71+ * @throws Exceptions\MaskNotFoundException
7172 */
7273 protected function resolve ($ name ) {
7374 $ config = $ this ->getConfig ($ name );
@@ -117,6 +118,7 @@ public function setDefaultAccount($name) {
117118 * @param array $parameters
118119 *
119120 * @return mixed
121+ * @throws Exceptions\MaskNotFoundException
120122 */
121123 public function __call ($ method , $ parameters ) {
122124 $ callable = [$ this ->account (), $ method ];
You can’t perform that action at this time.
0 commit comments