summaryrefslogtreecommitdiffstats
path: root/src/exceptions/font_type.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/font_type.php')
-rw-r--r--src/exceptions/font_type.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/exceptions/font_type.php b/src/exceptions/font_type.php
index d5fef9d..a5aef55 100644
--- a/src/exceptions/font_type.php
+++ b/src/exceptions/font_type.php
@@ -15,6 +15,14 @@
*/
class ezcGraphUnknownFontTypeException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @param string $file
+ * @param string $extension
+ * @return void
+ * @ignore
+ */
public function __construct( $file, $extension )
{
parent::__construct( "Unknown font type '{$extension}' of file '{$file}'." );
OpenPOWER on IntegriCloud