We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12609e commit 62dc4cbCopy full SHA for 62dc4cb
src/OptionalConstructor.php
@@ -20,4 +20,6 @@ public function __construct(Client $client, array $options = [])
20
21
$this->validateOptions();
22
}
23
+
24
+ abstract protected function validateOptions();
25
0 commit comments