home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active 2010 August
/
CA08.iso
/
Multimedija
/
shufflr.air
/
ShufflrClient.swf
/
scripts
/
mx
/
messaging
/
errors
/
ChannelError.as
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
|
196 b
|
12 lines
package mx.messaging.errors
{
public class ChannelError extends MessagingError
{
public function ChannelError(param1:String)
{
super(param1);
}
}
}