summaryrefslogtreecommitdiffstats
path: root/src/exceptions/flash_bitmap_type.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/flash_bitmap_type.php')
-rw-r--r--src/exceptions/flash_bitmap_type.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/exceptions/flash_bitmap_type.php b/src/exceptions/flash_bitmap_type.php
index 1d31009..b596787 100644
--- a/src/exceptions/flash_bitmap_type.php
+++ b/src/exceptions/flash_bitmap_type.php
@@ -16,7 +16,13 @@
*/
class ezcGraphFlashBitmapTypeException extends ezcGraphException
{
- public function __construct( $type )
+ /**
+ * Constructor
+ *
+ * @return void
+ * @ignore
+ */
+ public function __construct()
{
parent::__construct( "Flash can only read non interlaced JPEGs." );
}
OpenPOWER on IntegriCloud