This commit is contained in:
Dominic Grimm 2023-03-05 14:39:57 +01:00
parent e218a8762c
commit c32356b2bc
No known key found for this signature in database
GPG Key ID: 6F294212DEAAC530
2 changed files with 0 additions and 4 deletions

View File

@ -14,7 +14,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <https://www.gnu.org/licenses/>.
require "commander"
require "docker"
require "./backend/*"

View File

@ -186,9 +186,6 @@ module Backend
# Custom error handler
def handle_exception(ex : Exception) : String?
# pp! ex, ex.message, ex.class, typeof(ex), ex.is_a? Errors::PublicError
# # ex.message
case ex
when Errors::PublicError
ex.api_message