~olivier-chatelain/php-addressbook/trunk

« back to all changes in this revision

Viewing changes to z-push/lib/core/stateobject.php

  • Committer: chatelao
  • Date: 2016-09-11 07:59:37 UTC
  • Revision ID: git-v1:03926e44d99a04a3b05d4761e322a1f5e8a405d7
Chg: Upgrade z-push from 2.0.3 to 2.2.12 (stable)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
*
7
7
* Created   :   02.01.2012
8
8
*
9
 
* Copyright 2007 - 2012 Zarafa Deutschland GmbH
 
9
* Copyright 2007 - 2013 Zarafa Deutschland GmbH
10
10
*
11
11
* This program is free software: you can redistribute it and/or modify
12
12
* it under the terms of the GNU Affero General Public License, version 3,
197
197
            return true;
198
198
        }
199
199
 
200
 
        throw new FatalNotImplementedException(sprintf("StateObject->__call('%s'): not implemented. op: {$operator} args:". count($arguments), $name));
 
200
        throw new FatalNotImplementedException(sprintf("StateObject->__call('%s'): not implemented. op: {%s} args: %d", $name, $operator, count($arguments)));
201
201
    }
202
202
 
203
203
    /**