You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2020/05/13 18:50:11 UTC

[avro] branch master updated: AVRO-2828: Add AvroNotImplementedException (#875)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 4898556  AVRO-2828: Add AvroNotImplementedException (#875)
4898556 is described below

commit 4898556ee5455231645fc9c4c2e9cc7014dec1c0
Author: Siad Ardroumli <si...@googlemail.com>
AuthorDate: Wed May 13 20:50:02 2020 +0200

    AVRO-2828: Add AvroNotImplementedException (#875)
---
 lang/php/lib/avro.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lang/php/lib/avro.php b/lang/php/lib/avro.php
index 0a1541c..b7f2279 100644
--- a/lang/php/lib/avro.php
+++ b/lang/php/lib/avro.php
@@ -33,6 +33,12 @@
 class AvroException extends Exception {}
 
 /**
+ * Avro "not implemented method" exception.
+ * @package Avro
+ */
+class AvroNotImplementedException extends AvroException {}
+
+/**
  * Library-level class for PHP Avro port.
  *
  * Contains library details such as version number and platform checks.