<?php
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
// <auto-generated>
//
// Generated from file `EmptyArgumentException.ice'
//
// Warning: do not edit this file.
//
// </auto-generated>
//


namespace
{
    require_once 'ArgumentException.php';
}

namespace Smartswitch
{
    global $Smartswitch__t_EmptyArgumentException;
    class EmptyArgumentException extends \Smartswitch\ArgumentException
    {
        public function __construct($description='', $solution='', $argument='')
        {
            parent::__construct($description, $solution, $argument);
        }

        public function ice_id()
        {
            return '::Smartswitch::EmptyArgumentException';
        }

        public function __toString()
        {
            global $Smartswitch__t_EmptyArgumentException;
            return IcePHP_stringifyException($this, $Smartswitch__t_EmptyArgumentException);
        }
    }

    $Smartswitch__t_EmptyArgumentException = IcePHP_defineException('::Smartswitch::EmptyArgumentException', '\\Smartswitch\\EmptyArgumentException', false, $Smartswitch__t_ArgumentException, null);
}
?>
