home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
messaging
/
errors
/
InvalidChannelError.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-06-23
|
208 b
|
12 lines
package mx.messaging.errors
{
public class InvalidChannelError extends ChannelError
{
public function InvalidChannelError(param1:String)
{
super(param1);
}
}
}