Skip to content

OfflineModeException

class Vendidit\AuthServer\Exceptions\OfflineModeException Source: 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.