![JAR search and dependency download from the Maven repository](/logo.png)
flash.ApiError.as Maven / Gradle / Ivy
The newest version!
package io.swagger.exception
{
public class ApiError extends Error
{
public function ApiError(id:*=0, message:*="")
{
super(message,id);
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy