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


namespace
{
    require_once 'ArgumentException.php';
}

namespace Smartswitch\Peer
{
    global $Smartswitch_Peer__t_InsecureArgumentException;
    class InsecureArgumentException extends \Smartswitch\ArgumentException
    {
        public function __construct($description='', $solution='', $argument='', $details='')
        {
            parent::__construct($description, $solution, $argument);
            $this->details = $details;
        }

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

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

        public $details;
    }
    global $IcePHP__t_string;

    $Smartswitch_Peer__t_InsecureArgumentException = IcePHP_defineException('::Smartswitch::Peer::InsecureArgumentException', '\\Smartswitch\\Peer\\InsecureArgumentException', false, $Smartswitch__t_ArgumentException, array(
        array('details', $IcePHP__t_string, false, 0)));
}
?>
