Page MenuHomeDevCentral

ExitCode.php
No OneTemporary

ExitCode.php

<?php
namespace Keruald\Commands;
class ExitCode {
public const SUCCESS = 0;
public const FAILURE = 1;
public const ILLEGAL_OPTION = 64;
}

File Metadata

Mime Type
text/x-php
Expires
Sun, Nov 16, 13:35 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3124808
Default Alt Text
ExitCode.php (155 B)

Event Timeline