class FormAssemblyException in FormAssembly 8
Provides a custom Exception that we can catch.
@author Shawn P. Duncan <code@sd.shawnduncan.org>
Copyright 2018 by Shawn P. Duncan. This code is released under the GNU General Public License. Which means that it is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. http://www.gnu.org/licenses/gpl.html @package Drupal\formassembly
Hierarchy
- class \Drupal\formassembly\Exception\FormAssemblyException extends \Drupal\formassembly\Exception\Exception
Expanded class hierarchy of FormAssemblyException
1 file declares its use of FormAssemblyException
- ApiSync.php in src/
ApiSync.php
File
- src/
Exception/ FormAssemblyException.php, line 19
Namespace
Drupal\formassembly\ExceptionView source
class FormAssemblyException extends \Exception {
}