Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
backend
/
plugins
/
ckeditor
/
plugins
/
ckeditor_wiris
/
integration
/
lib
/
haxe
/
io
✏️
Editing: Error.enum.php
<?php class haxe_io_Error extends Enum { public static $Blocked; public static function Custom($e) { return new haxe_io_Error("Custom", 3, array($e)); } public static $OutsideBounds; public static $Overflow; public static $__constructors = array(0 => 'Blocked', 3 => 'Custom', 2 => 'OutsideBounds', 1 => 'Overflow'); } haxe_io_Error::$Blocked = new haxe_io_Error("Blocked", 0); haxe_io_Error::$OutsideBounds = new haxe_io_Error("OutsideBounds", 2); haxe_io_Error::$Overflow = new haxe_io_Error("Overflow", 1);
💾 Save Changes
❌ Cancel