<?php namespace LimeSurvey\Libraries\FormExtension; use Exception; /** * Throw this exception from an input save-function when you want to show an alert. */ class SaveFailedException extends Exception { }