summaryrefslogtreecommitdiffstats
path: root/src/exceptions/incompatible_driver.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/incompatible_driver.php')
-rw-r--r--src/exceptions/incompatible_driver.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exceptions/incompatible_driver.php b/src/exceptions/incompatible_driver.php
index 16fe6aa..c1ea924 100644
--- a/src/exceptions/incompatible_driver.php
+++ b/src/exceptions/incompatible_driver.php
@@ -16,6 +16,14 @@
*/
class ezcGraphToolsIncompatibleDriverException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @param mixed $driver
+ * @param string $accepted
+ * @return void
+ * @ignore
+ */
public function __construct( $driver, $accepted )
{
$driverClass = get_class( $driver );
OpenPOWER on IntegriCloud