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


namespace
{
    require_once 'GenericException.php';
}

namespace Smartswitch\Peer\UserGeneration
{
    global $Smartswitch_Peer_UserGeneration__t_IntegerOverflowException;
    class IntegerOverflowException extends \Smartswitch\GenericException
    {
        public function __construct($description='', $solution='')
        {
            parent::__construct($description, $solution);
        }

        public function ice_id()
        {
            return '::Smartswitch::Peer::UserGeneration::IntegerOverflowException';
        }

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

    $Smartswitch_Peer_UserGeneration__t_IntegerOverflowException = IcePHP_defineException('::Smartswitch::Peer::UserGeneration::IntegerOverflowException', '\\Smartswitch\\Peer\\UserGeneration\\IntegerOverflowException', false, $Smartswitch__t_GenericException, null);
}
?>
