Skip to content
rw3iss Auth

OfflineModeException

class rw3iss\AuthServer\Exceptions\OfflineModeException src/Exceptions/OfflineModeException.php ↗

Thrown when a Flow method is invoked while Config::enabled is false.

Read-state methods (e.g. AuthClient::isAuthenticated()) silently return false rather than throw; only methods that would otherwise issue a network request raise this, so “I forgot to enable” is loud.